toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (baseUrl != null) 'baseUrl': baseUrl!,
if (displayName != null) 'displayName': displayName!,
if (gpgKeys != null) 'gpgKeys': gpgKeys!,
if (id != null) 'id': id!,
};