menu
aspose_barcode_cloud package
documentation
aspose_barcode_cloud.dart
RegionPoint
RegionPoint.fromJson constructor
RegionPoint.fromJson constructor
dark_mode
light_mode
RegionPoint.fromJson
constructor
RegionPoint.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
RegionPoint.fromJson(Map<String, dynamic> json) { X = json['X']; Y = json['Y']; }
aspose_barcode_cloud package
documentation
aspose_barcode_cloud
RegionPoint
RegionPoint.fromJson constructor
RegionPoint class