asInt property
int?
get
asInt
Implementation
int? get asInt {
try {
return this as int;
} catch (e) {
return null;
}
}
int? get asInt {
try {
return this as int;
} catch (e) {
return null;
}
}