fields property

  1. @override
Map<Symbol, Field<CUsb, dynamic>> fields
final

The set of fields this interface defines.

Implementation

@override
final Map<Symbol, Field<CUsb, dynamic>> fields = const {
  #mac: _f$mac,
  #type: _f$type,
  #name: _f$name,
  #online: _f$online,
  #ip: _f$ip,
  #connectedTo: _f$connectedTo,
};