Returns fieldName converted to int, or null when unavailable.
fieldName
null
int? intValue(String fieldName) => numValue(fieldName)?.toInt();