fromJson static method

CountlyPresentableFeedback fromJson(
  1. Map json
)

Implementation

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