call abstract method

$R call({
  1. String? headerType,
  2. String? imageAlign,
  3. String? name,
  4. int? order,
  5. int? qid,
  6. String? text,
  7. String? textAlign,
  8. JotformFormType? type,
  9. String? verticalTextAlign,
})

Implementation

$R call(
    {String? headerType,
    String? imageAlign,
    String? name,
    int? order,
    int? qid,
    String? text,
    String? textAlign,
    JotformFormType? type,
    String? verticalTextAlign});