Kyouen class

Constructors

Kyouen.new(List<KyouenPoint> points)

Properties

hashCode int
The hash code for this object.
no setterinherited
points List<KyouenPoint>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasKyouen() KyouenData?
isKyouen(KyouenPoint p1, KyouenPoint p2, KyouenPoint p3, KyouenPoint p4) KyouenData?
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