ConsentData.fromJson constructor

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

Factory constructor, accepts Map<String, dynamic> as an argument

Implementation

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