toJson method

Map<String, dynamic> toJson()

Returns a JSON representation of Code16KParams.

Implementation

Map<String, dynamic> toJson() {
  return {
    'AspectRatio': aspectRatio,
    'QuietZoneLeftCoef': quietZoneLeftCoef,
    'QuietZoneRightCoef': quietZoneRightCoef
  };
}