toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() => <String, Object?>{
  'outcome': outcome.name,
  'settledCount': settledCount,
  'confirmedCount': confirmedCount,
  'abandonedCount': abandonedCount,
};