getSchemaRequiredBundles method

Set<MKey> getSchemaRequiredBundles(
  1. MSchemaRef ref
)

Implementation

Set<MKey> getSchemaRequiredBundles(MSchemaRef ref) {
  return _schemaToBundleKeys[ref] ?? const {};
}