fromJson static method
Implementation
static CountlyPresentableFeedback fromJson(Map json) {
return CountlyPresentableFeedback(json['id'], json['type'], json['name']);
}
static CountlyPresentableFeedback fromJson(Map json) {
return CountlyPresentableFeedback(json['id'], json['type'], json['name']);
}