copyWith method

Implementation

UpdateGramRevenueStatus copyWith({GramRevenueStatus? status}) =>
    UpdateGramRevenueStatus(status: status ?? this.status);