StaticTextModel.fromJson constructor
Implementation
StaticTextModel.fromJson(Map<String, dynamic> json, String type,
bool isBeforeHeader)
: name = json['name'],
description = json['description'],
time = json['time'],
chosenValue = json['chosen_value'] ?? "", super(
json['id'], type, isBeforeHeader);