factSchemaOrNull property

IFactSchema? get factSchemaOrNull
override

Implementation

IFactSchema? get factSchemaOrNull => _factSchema ??= factService.getFactSchema(this.mmeta.mtype);