toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (appId != null) 'appId': appId!,
      if (defaultUrl != null) 'defaultUrl': defaultUrl!,
      if (labels != null) 'labels': labels!,
      if (name != null) 'name': name!,
      if (type != null) 'type': type!,
    };