clone method

SystemPic clone()

Implementation

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