isNull method
Checks if the value is null in the default PrfService instance.
Implementation
Future<bool> isNull() async {
return await isValueNull(PrfService.instance);
}
Checks if the value is null in the default PrfService instance.
Future<bool> isNull() async {
return await isValueNull(PrfService.instance);
}