MethodCall constructor

MethodCall({
  1. required String methodName,
  2. Map<String, dynamic> arguments = const {},
})

Implementation

MethodCall({required this.methodName, this.arguments = const {}});