toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (authKey != null) 'authKey': authKey!,
      if (authType != null) 'authType': authType!,
      if (configVariableTemplates != null)
        'configVariableTemplates': configVariableTemplates!,
      if (description != null) 'description': description!,
      if (displayName != null) 'displayName': displayName!,
    };