CompanyTapInfo class abstract final

Implemented types

Constructors

CompanyTapInfo(String permalink, ScreenPoint screenPoint)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
Permalink of the company which icon or text was tapped. The permalink may be used to show company info page
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenPoint ScreenPoint
The screen position of the company tapped icon. The screenPoint may be useful in positioning company info page
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.
override

Operators

operator ==(covariant CompanyTapInfo other) bool
The equality operator.
override