copyWith method

GetGiftCollections copyWith({
  1. MessageSender? ownerId,
})

Implementation

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