factory Reader.fromJson(Map<String, dynamic> json) => Reader( name: json["name"], macAddress: json["macAddress"], type: json["type"], );