ScopesArguments constructor

ScopesArguments({
  1. required int frameId,
})

Implementation

ScopesArguments({
  required this.frameId,
});