If this is an integer according to isInt, returns value as an int.
this
Otherwise, returns null.
null
int? get asInt => fuzzyAsInt(value);