toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (callerType != null) 'callerType': callerType!,
      if (email != null) 'email': email!,
      if (key != null) 'key': key!,
      if (profileId != null) 'profileId': profileId!,
    };