NativeDetectionResult class

Inheritance

Constructors

NativeDetectionResult.allocate(Pointer<Coordinate> topLeft, Pointer<Coordinate> topRight, Pointer<Coordinate> bottomLeft, Pointer<Coordinate> bottomRight)
factory

Properties

bottomLeft Pointer<Coordinate>
getter/setter pair
bottomRight Pointer<Coordinate>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeft Pointer<Coordinate>
getter/setter pair
topRight Pointer<Coordinate>
getter/setter pair

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