toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final memberships = this.memberships;
  final requestId = this.requestId;
  final space = this.space;
  return {
    'memberships': ?memberships,
    'requestId': ?requestId,
    'space': ?space,
  };
}