LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : import 'dart:typed_data'; 2 : 3 : class FileResponse { 4 0 : FileResponse({this.contentType, required this.data}); 5 : String? contentType; 6 : Uint8List data; 7 : } |
Generated by: LCOV version 1.14 |