get method

Fact get(
  1. MSchemaRef type
)

Implementation

Fact get(MSchemaRef type) => this.firstWhere((f) => f.mmeta.mtype == type);