menu
vania package
documentation
http/request.dart
GreaterThan
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GreaterThan
copyWith
(
{
num
?
compare
,
})
Implementation
GreaterThan copyWith({num? compare}) { return GreaterThan(compare: compare ?? this.compare); }
vania package
documentation
http/request
GreaterThan
copyWith method
GreaterThan class