Antarctica class
Represents the continent of Antarctica.
This class extends the Continent
class and sets its name
property to
"Antarctica".
Example:
final antarctica = Antarctica();
print(antarctica.name); // "Antarctica"
- Inheritance
- Available extensions
Constructors
- Antarctica()
-
Creates a new
Antarctica
instance.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
{bool short = true}) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited