remainder property

String? remainder
getter/setter pair

A catch-all for any unparsed version components.

This is in case the number of points in the version string exceeds the expected count of 4.

Optional.

Implementation

core.String? remainder;