toJson method

Map<String, dynamic> toJson()

Returns a JSON representation of ITFParams.

Implementation

Map<String, dynamic> toJson() {
  return {
    'BorderThickness': borderThickness,
    'BorderType': borderType,
    'QuietZoneCoef': quietZoneCoef
  };
}