NullableIntPick extension
- on
Methods
-
asIntOrNull(
{bool roundDouble = false, bool truncateDouble = false}) → int? -
Available on Pick, provided by the NullableIntPick extension
Returns the picked value as int? or returnsnullwhen the picked value is absent -
asIntOrThrow(
{bool roundDouble = false, bool truncateDouble = false}) → int -
Available on Pick, provided by the NullableIntPick extension
Returns the picked value as int or throws