toJson method

Map toJson()

Implementation

Map toJson() {
  return {'email': email, 'displayName': displayName};
}