Meta.fromJson constructor

Meta.fromJson(
  1. Map<String, dynamic> json
)

Implementation

Meta.fromJson(Map<String, dynamic> json) {
  whenToUse = json['when_to_use'];
  howItHelps = json['how_it_helps'];
  possibleTriggers = json['possible_triggers'];
}