toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (email != null) 'email': email!,
      if (kind != null) 'kind': kind!,
      if (newEmail != null) 'newEmail': newEmail!,
      if (requestType != null) 'requestType': requestType!,
    };