menu
libasserest_interface package
documentation
interface.dart
AsserestTestPlatform<T extends AsserestProperty>
isFinished property
isFinished property
dark_mode
light_mode
isFinished
property
bool
get
isFinished
inherited
Returns
true
if this task execution has finished.
Implementation
bool get isFinished => _finished;
libasserest_interface package
documentation
interface
AsserestTestPlatform<T extends AsserestProperty>
isFinished property
AsserestTestPlatform class