factory Button.fromMap(Map<String, dynamic> json) => Button( text: json["text"], value: int.parse(json["value"]), );