ScreenInspection constructor
const
ScreenInspection({})
Implementation
const ScreenInspection({
required this.name,
required this.path,
this.imports = const [],
this.testIds = const [],
this.apis = const [],
this.actions = const [],
this.navigationTargets = const [],
this.storageReferences = const [],
this.envReferences = const [],
this.lifecycle = const [],
});