FlSpotExtended class
- Implemented types
Constructors
- FlSpotExtended(ChartPainterSeriesModel series, dynamic data, double x, double y)
-
const
Properties
Methods
-
copyWith(
{double? x, double? y}) → FlSpot -
Copies current
FlSpotto a newFlSpot, and replaces provided values.inherited -
isNotNull(
) → bool -
Determines if
xandyis not null.inherited -
isNull(
) → bool -
Determines if
xoryis null.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Prints x and y coordinates of FlSpot list
inherited
Operators
-
operator ==(
Object other) → bool -
Two
FlSpotare equal if theirxandyare equal.inherited