findAll method

Iterable<Fact> findAll(
  1. MSchemaRef type
)

Implementation

Iterable<Fact> findAll(MSchemaRef type) => this.where((f) => f.mmeta.mtype == type);