toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (archiveType != null) 'archiveType': archiveType!,
      if (components != null) 'components': components!,
      if (distribution != null) 'distribution': distribution!,
      if (gpgKey != null) 'gpgKey': gpgKey!,
      if (uri != null) 'uri': uri!,
    };