Returns a JSON representation of ITFParams.
Map<String, dynamic> toJson() { return { 'BorderThickness': borderThickness, 'BorderType': borderType, 'QuietZoneCoef': quietZoneCoef }; }