clone method

  1. @override
IPetList clone()
override

Implementation

@override
IPetList clone() => PetList.fromJson(deepCloneMap(wrapped));