truncate method

  1. @override
int truncate()

Returns this.

Implementation

@override
int truncate() => value.truncate();