Circle<T extends num> class

Constructors

Circle(T x, T y, T radius)

Properties

hashCode int
The hash code for this object.
no setteroverride
radius ↔ T
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x ↔ T
getter/setter pair
y ↔ T
getter/setter pair

Methods

clone() Circle<num>
contains(num x, num y) bool
containsPoint(Point<num> p) bool
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 ==(Object other) bool
The equality operator.
override