factSchemaOrNull property

IFactSchema? factSchemaOrNull
override

Implementation

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