toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (apiKey != null) 'apiKey': apiKey!,
if (firebaseSubdomain != null) 'firebaseSubdomain': firebaseSubdomain!,
if (permissions != null) 'permissions': permissions!,
};