representation property

Map<String, dynamic> representation

Implementation

Map<String, dynamic> get representation => {
      "id": contractId,
      "accepted": accepted,
    };