TestsModel class abstract

Implementers

Constructors

TestsModel({required String testPath, required Map<String, dynamic> executeProcess, required String csvPath, required int version, required int quant, required int hopSize, required int dctFilterNum, required int fftSize, required int melFilterNum, required int fftVersion, required int hannVersion, required String name, required String beePath, required String noBeePath})

Properties

beePath String
final
csvPath String
final
dctFilterNum int
final
executeProcess Map<String, dynamic>
final
fftSize int
final
fftVersion int
final
hannVersion int
final
hashCode int
The hash code for this object.
no setterinherited
hopSize int
final
melFilterNum int
final
name String
final
noBeePath String
final
quant int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testPath String
final
version int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(SendPort message) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited