hasInternetAccess property
BoolColumn
get
hasInternetAccess
Whether the node has internet access.
Implementation
BoolColumn get hasInternetAccess => boolean().withDefault(const Constant(false))();
Whether the node has internet access.
BoolColumn get hasInternetAccess => boolean().withDefault(const Constant(false))();