NodesCompanion constructor
const
NodesCompanion({
- Value<
String> nodeId = const Value.absent(), - Value<
int> role = const Value.absent(), - Value<
String?> groupId = const Value.absent(), - Value<
int> lastSeen = const Value.absent(), - Value<
int> hopCount = const Value.absent(), - Value<
String?> displayName = const Value.absent(), - Value<
int?> batteryLevel = const Value.absent(), - Value<
bool> hasInternetAccess = const Value.absent(), - Value<
String?> metadata = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const NodesCompanion({
this.nodeId = const Value.absent(),
this.role = const Value.absent(),
this.groupId = const Value.absent(),
this.lastSeen = const Value.absent(),
this.hopCount = const Value.absent(),
this.displayName = const Value.absent(),
this.batteryLevel = const Value.absent(),
this.hasInternetAccess = const Value.absent(),
this.metadata = const Value.absent(),
this.rowid = const Value.absent(),
});