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