lazy property

List<FieldDefinition> get lazy

Implementation

List<FieldDefinition> get lazy => this.where((f) => f.isLazy).toList();