menu
insuideindoor package
documentation
data/models/ia_point.dart
IAPoint
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
IAPoint
copyWith
(
{
double
?
x
,
double
?
y
,
})
Implementation
IAPoint copyWith({ double? x, double? y, }) { return IAPoint( x ?? this.x, y ?? this.y, ); }
insuideindoor package
documentation
data/models/ia_point
IAPoint
copyWith method
IAPoint class