toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (addressInfo != null) 'addressInfo': addressInfo!,
  if (hashedEmail != null) 'hashedEmail': hashedEmail!,
  if (hashedPhoneNumber != null) 'hashedPhoneNumber': hashedPhoneNumber!,
};