Donation.fromJson constructor

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

Constructs a Donation from the provided json.

Implementation

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