IncompatibilityMessage constructor

IncompatibilityMessage({
  1. String? message,
  2. DeviceAttribute? type,
})

Implementation

IncompatibilityMessage({
  this.message,
  this.type,
});