toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createField = this.createField;
  final createSelectionChoice = this.createSelectionChoice;
  final deleteField = this.deleteField;
  final deleteSelectionChoice = this.deleteSelectionChoice;
  final disableField = this.disableField;
  final disableSelectionChoice = this.disableSelectionChoice;
  final enableField = this.enableField;
  final enableSelectionChoice = this.enableSelectionChoice;
  final updateField = this.updateField;
  final updateFieldType = this.updateFieldType;
  final updateLabel = this.updateLabel;
  final updateSelectionChoiceProperties =
      this.updateSelectionChoiceProperties;
  return {
    'createField': ?createField,
    'createSelectionChoice': ?createSelectionChoice,
    'deleteField': ?deleteField,
    'deleteSelectionChoice': ?deleteSelectionChoice,
    'disableField': ?disableField,
    'disableSelectionChoice': ?disableSelectionChoice,
    'enableField': ?enableField,
    'enableSelectionChoice': ?enableSelectionChoice,
    'updateField': ?updateField,
    'updateFieldType': ?updateFieldType,
    'updateLabel': ?updateLabel,
    'updateSelectionChoiceProperties': ?updateSelectionChoiceProperties,
  };
}