toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => {
      'message': message,
      'height': height,
      'width': width,
      'barcodeType': barcodeType.toString(),
    };