tryToInt method
Converts to int without throwing, mirroring Convert.tryToInt.
Implementation
int? tryToInt() =>
ConvertObjectImpl.tryToInt(_value, defaultValue: _defaultValue as int?);
Converts to int without throwing, mirroring Convert.tryToInt.
int? tryToInt() =>
ConvertObjectImpl.tryToInt(_value, defaultValue: _defaultValue as int?);