TestStepRegistryEntry constructor
const
TestStepRegistryEntry({
- required TestStepCategory category,
- required TestStepTier tier,
- required TestStepArgKind argKind,
- required String description,
- required Map<
String, dynamic> example, - String? executorCanonical,
Implementation
const TestStepRegistryEntry({
required this.category,
required this.tier,
required this.argKind,
required this.description,
required this.example,
this.executorCanonical,
});