menu
flutter_testrail package
documentation
test_cases.dart
TestCases
TestCases constructor
TestCases constructor
dark_mode
light_mode
TestCases
constructor
TestCases
(
{
int
?
limit
,
Links
?
links
,
int
?
offset
,
List
<
TestCase
>
?
runs
,
int
?
size
,
})
Implementation
TestCases({ this.limit, this.links, this.offset, this.runs, this.size, });
flutter_testrail package
documentation
test_cases
TestCases
TestCases constructor
TestCases class