Device constructor

Device({
  1. Map<String, dynamic>? json,
})

Implementation

Device({Map<String, dynamic>? json}) {
  fromJson(json);
}