StubbleError constructor

StubbleError({
  1. required int code,
  2. required String text,
})

Implementation

StubbleError({required this.code, required this.text});