floor method

int? floor()

Implementation

int? floor() => value?.floor();