FireObjectPathOperator<T> constructor

const FireObjectPathOperator<T>({
  1. required OperatablePathObject<PathBasedDataSource, PathSegment> fireOperatable,
})

Implementation

const FireObjectPathOperator({
  required this.fireOperatable,
});