toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "text": text,
      "value": value,
      "sortable": sortable,
      "show": show,
      "textAlign": textAlign,
      "flex": flex,
      "headerBuilder": headerBuilder,
      "sourceBuilder": sourceBuilder,
      "format": format,
      "items": items,
      "textInputFormatter": textInputFormatter,
    };