StubCallInfo constructor

StubCallInfo({
  1. required String name,
  2. required int offset,
})

Implementation

StubCallInfo({required this.name, required this.offset});