find method

Fact? find(
  1. MSchemaRef type
)

Implementation

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