Terminal constructor
Terminal({})
Implementation
Terminal({
required this.id,
required this.name,
required this.hardwareId,
this.pushService,
this.pushToken,
required this.user,
this.account,
});
Terminal({
required this.id,
required this.name,
required this.hardwareId,
this.pushService,
this.pushToken,
required this.user,
this.account,
});