copyWith method
Implementation
GetGiftCollections copyWith({MessageSender? ownerId}) =>
GetGiftCollections(ownerId: ownerId ?? this.ownerId);
GetGiftCollections copyWith({MessageSender? ownerId}) =>
GetGiftCollections(ownerId: ownerId ?? this.ownerId);