Unified class abstract

unified model

環境や読み込むシステムによって、同じ概念を指しているのだが、primitive な値が変化してしまうもの。変化させないと、同じ概念を指し示せない情報。 例えば、key 情報。key code や virtual key code など、正しく識別するために適用されている identifier が、環境ごとに異なる。 この違いを吸収した方がプログラム内で、扱いやすくなり、単純な記述ミスが減る。

Inheritance

Constructors

Unified()
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

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