LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'package:fast_immutable_collections/fast_immutable_collections.dart'; 2 : import 'package:redfire/types.dart'; 3 : 4 : import '../../../../redfire_test.dart'; 5 : 6 : class AuthStateExample { 7 0 : static AuthState get authenticated => AuthState( 8 0 : userData: AuthUserDataExample.minimal, 9 0 : emailVM: EmailAuthVM(), 10 0 : linking: LinkAccountsViewModel(IMap()), 11 : step: AuthStepEnum.waitingForInput); 12 : } |
![]() |
Generated by: LCOV version 1.13 |