Recipient.fromJson constructor

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

Implementation

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