EditTextParser.fromJson constructor
EditTextParser.fromJson(
- Map<
String, dynamic> json, - OnValueChanged onValueChanged,
- bool isBeforeHeader,
- int index,
Implementation
EditTextParser.fromJson(Map<String, dynamic> json, this.onValueChanged,
this.isBeforeHeader, this.index)
: name = json['name'],
description = json['description'],
debounceTime = json['debounce_time'],
id = json['id'],
chosenValue = json['chosen_value'] ?? "";