menu
reecosys_app package
documentation
model/QuarterListResponse.dart
Sub
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Sub
copyWith
(
{
String
?
id
,
String
?
name
,
})
Implementation
Sub copyWith({ String? id, String? name, }) => Sub( id: id ?? _id, name: name ?? _name, );
reecosys_app package
documentation
model/QuarterListResponse
Sub
copyWith method
Sub class