copyWith method
Implementation
GetStarRevenueStatistics copyWith({MessageSender? ownerId, bool? isDark}) =>
GetStarRevenueStatistics(
ownerId: ownerId ?? this.ownerId,
isDark: isDark ?? this.isDark,
);
GetStarRevenueStatistics copyWith({MessageSender? ownerId, bool? isDark}) =>
GetStarRevenueStatistics(
ownerId: ownerId ?? this.ownerId,
isDark: isDark ?? this.isDark,
);