class DeviceArguments {
final String Id;
final String Name;
final String Brand;
DeviceArguments(this.Id, this.Name, this.Brand);
}
Powered by TurnKey Linux.