toMap method

Map<String, String> toMap()

Implementation

Map<String, String> toMap() => {
      _Keys.oldSubVendorProductId: oldSubVendorProductId,
      _Keys.prorationMode: describeEnum(prorationMode),
    };