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