toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (expirationTime != null) 'expirationTime': expirationTime!,
if (gitUsername != null) 'gitUsername': gitUsername!,
if (token != null) 'token': token!,
};