SimpleConsent.fromJson constructor

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

Implementation

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