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