size property

  1. @override
num size
latefinal

Returns the size of the interval.

Implementation

@override
late final num size = end - start;