toInt method

int? toInt()

Implementation

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