@override Map<String, dynamic> toMap() { var json = super.toMap(); json['shouldShowScanAreaGuides'] = _shouldShowScanAreaGuides; return json; }