TrezorFeatures constructor

const TrezorFeatures({
  1. String? label,
  2. String? model,
  3. String? firmwareVersion,
  4. bool? initialized,
})

Implementation

const TrezorFeatures({this.label, this.model, this.firmwareVersion, this.initialized});