ComplyWithGuidelines.fromJson constructor
ComplyWithGuidelines.fromJson(
- Map json_
Implementation
ComplyWithGuidelines.fromJson(core.Map json_)
: this(
recommendationReason: json_['recommendationReason'] as core.String?,
);