protoValues property

  1. @override
List<Object?> get protoValues
override

Implementation

@override
List<Object?> get protoValues => [
  marketId,
  subaccountId,
  isLong,
  quantity,
  entryPrice,
  margin,
  cumulativeFundingEntry,
];