toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (apt != null) 'apt': apt!.toJson(),
      if (goo != null) 'goo': goo!.toJson(),
      if (yum != null) 'yum': yum!.toJson(),
      if (zypper != null) 'zypper': zypper!.toJson(),
    };