AFScreenTestBody class
- Inheritance
 - 
    
- Object
 - AFScreenTestDescription
 - AFScreenTestBody
 
 
Constructors
- 
          AFScreenTestBody({required AFScreenTestID id, required String? description, required AFReusableScreenTestBodyExecuteDelegate body, AFSingleScreenReusableBody? bodyReusable, required List<
Object?> params, required String? disabled}) 
Properties
- body → AFReusableScreenTestBodyExecuteDelegate
 - 
  
  final
 - bodyReusable → AFSingleScreenReusableBody?
 - 
  
  final
 - description → String?
 - 
  
  finalinherited
 - disabled → String?
 - 
  
  finalinherited
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - id → AFBaseTestID
 - 
  
  finalinherited
 - isReusable → bool
 - 
  
  no setter
 - 
  params
  → List<
Object?>  - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - sectionId → AFID
 - 
  
  no setter
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited