LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'package:at_client/at_client.dart'; 2 : 3 : class SwitchAtSignEvent { 4 : AtClient? previousAtClient; 5 : late AtClient newAtClient; 6 0 : SwitchAtSignEvent(this.previousAtClient, this.newAtClient); 7 : } |
![]() |
Generated by: LCOV version 1.13 |