SaveRestrictions.fromJson constructor

SaveRestrictions.fromJson(
  1. Map json_
)

Implementation

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