operations property

Implementation

List<OperationDefinition> get operations =>
    definitions.whereType<OperationDefinition>().toList();