unpopulated abstract method

  1. @override
PositionSeries unpopulated({
  1. bool onBounds = true,
})
override

Returns an object of the same subtype as this with certain data members unpopulated (or cleared).

If nothing is unpopulated then this is returned.

If onBounds is true (as by default):

  • The bounds in a returned bounded object is ensured to be unpopulated (expect when bounds is always available).

See also populated.

Implementation

@override
PositionSeries unpopulated({
  bool onBounds = true,
});