Some text with bold remarks. A selection of dog flavors:
- beef
- poultry
<h1>Hello <b>World</b>!</h1>
<h1>Hello <b>World</b>!</h1>
var test = 1;
var test = 1;
Static Methods
Constructors
- Dog()
- Dog.deprecatedCreate(String name)
Properties
- deprecatedField → int
-
read / write
- deprecatedGetter → int
-
read-only
- deprecatedSetter → int
-
write-only
- isImplemented → bool
-
read-only
- name → String
-
read / write
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → dynamic -
The equality operator.
Methods
-
abstractMethod(
) → void -
foo(
) → Future -
getClassA(
) → List<Apple> -
testGeneric(
Map<String, dynamic> args) → void -
testGenericMethod<T>(
T arg) → T -
testMethod(
Iterable it) → void -
withMacro(
) → void -
Macro method
-
withMacro2(
) → void -
Foo macro content
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited