ObbFile class

An opaque binary blob file to install on the device before the test starts.

Constructors

ObbFile({FileReference? obb, String? obbFileName})
ObbFile.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
obb FileReference?
Opaque Binary Blob (OBB) file(s) to install on the device.
getter/setter pair
obbFileName String?
OBB file name which must conform to the format as specified by Android e.g. [main|patch].0300110.com.example.android.obb which will be installed into /Android/obb// on the device.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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