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