ServiceLockInfo.fromJson constructor

ServiceLockInfo.fromJson(
  1. Map json_
)

Implementation

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