clone method

JdProduct clone()

Implementation

JdProduct clone() => JdProduct.fromJson(
    asT<Map<String, dynamic>>(jsonDecode(jsonEncode(this)))!);