custom property

List<DeviceInfo> get custom

All Custom devices.

Implementation

static List<DeviceInfo> get custom => [
      ...ios.all,
      ...android.all,
    ];