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