lookupInstance method

List<FlcFrame>? lookupInstance(
  1. String moduleName,
  2. String instanceName
)

Look up FLC frames for an instance (submodule) in a given module.

Implementation

List<FlcFrame>? lookupInstance(String moduleName, String instanceName) =>
    lookupInstanceEntry(moduleName, instanceName)?.frames;