ARHitTestResultTypeConverter class

Helper class to convert the type of an ARHitTestResult from its integer representation to the ARHitTestResultType and vice versa

Constructors

ARHitTestResultTypeConverter()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromJson(int json) ARHitTestResultType
Converts the type of an ARHitTestResult from its integer representation to the ARHitTestResultType
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(ARHitTestResultType object) int
Converts the type of an ARHitTestResult from its ARHitTestResultType to an integer representation
toString() String
A string representation of this object.
inherited

Operators

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