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