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