GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription.fromJson constructor

GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription.fromJson(
  1. Map json_
)

Implementation

GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription.fromJson(
  core.Map json_,
) : this(
      acknowledgementRequired: json_['acknowledgementRequired'] as core.bool?,
      field: json_['field'] as core.String?,
      noticeMessage: json_['noticeMessage'] as core.String?,
      noticeValue: json_['noticeValue'] as core.String?,
    );