MethodCall.fromJson constructor

MethodCall.fromJson(
  1. String source
)

Implementation

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