clone<T extends JSONAble> static method
Returns a clone of the object preserving the type
Implementation
static T clone<T extends JSONAble>(JSONAble object) =>
object.fromJson(object.toJson());
Returns a clone of the object preserving the type
static T clone<T extends JSONAble>(JSONAble object) =>
object.fromJson(object.toJson());