menu
tang_util package
documentation
review/review_model.dart
UtilReviewModel
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
UtilReviewModel
copyWith
(
{
String
?
latest
,
})
Implementation
UtilReviewModel copyWith({ String? latest, }) => UtilReviewModel( latest: latest ?? _latest, );
tang_util package
documentation
review/review_model
UtilReviewModel
copyWith method
UtilReviewModel class