menu
clean_framework_test package
documentation
clean_framework_test_legacy.dart
EntityFake
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
@
override
EntityFake
copyWith
(
{
String
?
value
,
})
Implementation
@override EntityFake copyWith({String? value}) { return EntityFake(value: value ?? this.value); }
clean_framework_test package
documentation
clean_framework_test_legacy
EntityFake
copyWith method
EntityFake class