isEthernet property

ColumnOrderings<bool> get isEthernet

Implementation

ColumnOrderings<bool> get isEthernet => $composableBuilder(
    column: $table.isEthernet, builder: (column) => ColumnOrderings(column));