copyWith method

GetGramRevenueStatistics copyWith({
  1. bool? isDark,
})

Implementation

GetGramRevenueStatistics copyWith({bool? isDark}) =>
    GetGramRevenueStatistics(isDark: isDark ?? this.isDark);