LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'package:json_annotation/json_annotation.dart'; 2 : 3 25 : enum ProvidersEnum { 4 : @JsonValue('APPLE') 5 : apple, 6 : @JsonValue('GOOGLE') 7 : google, 8 : @JsonValue('EMAIL') 9 : email, 10 : @JsonValue('GIT_HUB') 11 : gitHub, 12 : } |
![]() |
Generated by: LCOV version 1.13 |