MethodCall.fromJson constructor
MethodCall.fromJson(
- String source
Implementation
factory MethodCall.fromJson(String source) =>
MethodCall.fromMap(json.decode(source));
factory MethodCall.fromJson(String source) =>
MethodCall.fromMap(json.decode(source));