toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final memberId = this.memberId;
  return {
    'MemberId': memberId,
  };
}