ListOp<T> constructor

const ListOp<T>(
  1. T? item,
  2. ListOpType type
)

Implementation

const ListOp(this.item, this.type);