Skip to content

Commit

Permalink
ignore must be immutalbe for autogen file
Browse files Browse the repository at this point in the history
  • Loading branch information
Amean committed Nov 10, 2022
1 parent dfbcf02 commit c362840
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import 'package:transaction_signing_gateway/transaction_signing_gateway.dart' as
// ignore_for_file: unnecessary_parenthesis
// ignore_for_file: camel_case_types
// ignore_for_file: subtype_of_sealed_class
// ignore_for_file: must_be_immutable

class _FakeEither_0<L, R> extends _i1.SmartFake implements _i2.Either<L, R> {
_FakeEither_0(
Expand Down

0 comments on commit c362840

Please sign in to comment.