StarXpandPrinter.fromMap constructor
Build response using map recieved from native platform
Implementation
StarXpandPrinter.fromMap(Map<String, dynamic> response)
: model = StarXpandPrinterModel.fromName(response['model']),
identifier = response['identifier'],
interface = StarXpandInterface.fromName(
response['interface'],
);