IncompatibilityMessage constructor
IncompatibilityMessage({
- String? message,
- DeviceAttribute? type,
Implementation
IncompatibilityMessage({
this.message,
this.type,
});