DeleteStatefileRequest.fromJson constructor

DeleteStatefileRequest.fromJson(
  1. Map json_
)

Implementation

DeleteStatefileRequest.fromJson(core.Map json_)
  : this(lockId: json_['lockId'] as core.String?);