• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

icapps / flutter-model-generator / 6650499481

26 Oct 2023 06:49AM UTC coverage: 91.103% (-8.6%) from 99.705%
6650499481

push

github

web-flow
Merge pull request #146 from icapps/feature/#135-map-with-list

#135: added support for lists in map

251 of 251 new or added lines in 7 files covered. (100.0%)

768 of 843 relevant lines covered (91.1%)

3.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/lib/model/item_type/array_type.dart
1
import 'item_type.dart';
2

3
class ArrayType extends ItemType {
4
  const ArrayType(String name) : super(name);
8✔
5
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc