Dog class
Some text with bold remarks. A selection of dog flavors:
- beef
- poultry
<h1>Hello <b>World</b>!</h1>
var test = 1;
var test = 1;
Constructors
- Dog()
- Dog.deprecatedCreate(String name)
Properties
- aFinalField → int
-
final
- aGetterReturningRandomThings → int
-
read-only
- aProtectedFinalField → int
-
@protected, final
- deprecatedField ↔ int
-
read / write
- deprecatedGetter → int
-
read-only
- deprecatedSetter ← int
-
write-only
- isImplemented → bool
-
read-only
- name ↔ String
-
read / write
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
abstractMethod(
) → void -
foo(
) → Future -
getAnotherClassD(
) → List<Dog> -
@Deprecated('before v27.3')
-
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
-
withPrivateMacro(
) → void - Use a privately defined macro: Private macro content
-
withUndefinedMacro(
) → void - Don't define this: null
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator ==(
dynamic other) → bool
Static Properties
- somethingTasty → int
-
A tasty static + final property.
final
- staticGetterSetter ↔ int
-
read / write
Static Methods
-
createDog(
String s) → Dog -
@Deprecated("Internal use")
Constants
- aName → const ShortName
-
Verify link substitution in constants (#1535)
const ExtendedShortName("hello there")
- aStaticConstField → const String
-
"A Constant Dog"