Constructors
- Circle(T x, T y, T radius)
Properties
- hashCode → int
-
read-only
- radius → T
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - x → T
-
read / write
- y → T
-
read / write
Operators
-
operator ==(
Object other) → bool -
The equality operator.
Methods
-
clone(
) → Circle -
contains(
num x, num y) → bool -
containsPoint(
Point<num> p) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.