toJson method
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!,
};