CommandModel constructor

CommandModel({
  1. dynamic deviceId,
  2. String? type,
  3. String? description,
  4. Map<String, dynamic>? attributes,
})

Implementation

CommandModel({this.deviceId, this.type, this.description, this.attributes});