toJson method

Map<String, dynamic> toJson()

Implementation

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