Dummy class

  • IPAD_PRO_3GEN_129 -> 2048 x 2732
  • IPAD_PRO_129 -> 2048 x 2732
  • IPHONE_55 -> 1242 x 2208
  • IPHONE_65 -> 1284 x 2778

Constructors

Dummy({String description = todoDescription, Map<String, dynamic> parameters = const {}, Device device = const Device(), Screenshot screenshot = const Screenshot(), List listParameters = const []})
const

Properties

description String
final
device Device
final
hashCode int
The hash code for this object.
no setterinherited
listParameters List
final
parameters Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshot Screenshot
final

Methods

copyWith({String? description, Map<String, dynamic>? parameters, Device? device, Screenshot? screenshot, List? listParameters}) Dummy
isDeviceDummy() bool
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