MethodKey constructor

MethodKey(
  1. String id,
  2. String? actor
)

Implementation

MethodKey(this.id, this.actor);