Advertisement
Guest User

error-flutter-ttd

a guest
Jan 23rd, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. GetTriviaForConcreteNumber should emit [Error] when the input is invalid:
  2.  
  3. ERROR: NoSuchMethodError: The method 'fold' was called on null.
  4. Receiver: null
  5. Tried calling: fold<int>(0, Closure: (int, dynamic) => int)
  6. dart:core Object.noSuchMethod
  7. package:equatable/src/equatable_utils.dart 4:19 mapPropsToHashCode
  8. package:equatable/src/equatable.dart 35:46 Equatable.hashCode
  9. dart:collection _CompactLinkedHashSet.contains
  10. package:matcher/src/pretty_print.dart 28:14 prettyPrint._prettyPrint
  11. package:matcher/src/pretty_print.dart 119:22 prettyPrint
  12. package:matcher/src/description.dart 49:11 StringDescription.addDescriptionOf
  13. package:matcher/src/equals_matcher.dart 258:19 _DeepMatcher.describe
  14. package:test_api emitsInOrder
  15. test/features/number_trivia/presentation/bloc/number_trivia_bloc_test.dart 66:45 main.<fn>.<fn>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement