MedicationContent.fromJson constructor

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

Factory constructor, accepts Map<String, dynamic> as an argument

Implementation

factory MedicationContent.fromJson(Map<String, dynamic> json) =>
    _$MedicationContentFromJson(json);