InvocationReference.fromJson constructor
InvocationReference.fromJson(
- Map json_
Implementation
InvocationReference.fromJson(core.Map json_)
: this(invocationId: json_['invocationId'] as core.String?);