factory Data.fromMap(Map<String, dynamic> json) => Data( type: json["type"], value: json["value"], );