getMSchemaOrNull method

IMSchemaDefinition getMSchemaOrNull(
  1. BuildContext context
)

Implementation

IMSchemaDefinition getMSchemaOrNull(BuildContext context) =>
    sunny.get<MSchemaService>().tryGetSchema(this.mtype);