clone method

  1. @override
IGiftList clone()
override

Implementation

@override
IGiftList clone() => GiftList.fromJson(deepCloneMap(wrapped));