toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (clientAccountId != null) 'clientAccountId': clientAccountId!,
      if (email != null) 'email': email!,
      if (status != null) 'status': status!,
      if (userId != null) 'userId': userId!,
    };