NullableIntPick extension

on

Methods

asIntOrNull({bool roundDouble = false, bool truncateDouble = false}) int?
Returns the picked value as int? or returns null when the picked value is absent
asIntOrThrow({bool roundDouble = false, bool truncateDouble = false}) int
Returns the picked value as int or throws