Consent.fromJson constructor

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

Implementation

factory Consent.fromJson(Map<String, dynamic> json) {
  return _$ConsentFromJson(json);
}