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