getIntValue method
An alias for get<int>().
Implementation
int getIntValue(String fieldNameOrPath, [int? defaultValue]) {
return get<int>(fieldNameOrPath, defaultValue);
}
An alias for get<int>().
int getIntValue(String fieldNameOrPath, [int? defaultValue]) {
return get<int>(fieldNameOrPath, defaultValue);
}