ConsentResponse.fromJson constructor

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

Implementation

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