hasInternetAccess property

BoolColumn get hasInternetAccess

Whether the node has internet access.

Implementation

BoolColumn get hasInternetAccess => boolean().withDefault(const Constant(false))();