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, override
- name ↔ String
-
read / write
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
abstractMethod(
) → void -
override
-
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 -
withAnimation(
) → void - Animation method [...]
-
withAnimationBadHeight(
) → void - Malformed Animation method with non-integer height [...]
-
withAnimationBadWidth(
) → void - Malformed Animation method with non-integer width [...]
-
withAnimationInline(
) → void - Animation inline in text. [...]
-
withAnimationInOneLineDoc(
) → void - Animation in one line doc [...]
-
withAnimationNonUnique(
) → void - Non-Unique Animation method (between methods) [...]
-
withAnimationNonUniqueDeprecated(
) → void - Non-Unique deprecated Animation method (between methods) [...]
-
withAnimationOutOfOrder(
) → void - Animation with out-of-order id argument. [...]
-
withAnimationUnknownArg(
) → void - Animation with an argument that is not the id. [...]
-
withAnimationWrongParams(
) → void - Malformed Animation method with wrong parameters [...]
-
withDeprecatedAnimation(
) → void - Deprecated animation method format. [...]
-
withInvalidNamedAnimation(
) → void - Animation method with invalid name [...]
-
withMacro(
) → void - Macro method [...]
-
withMacro2(
) → void - Foo macro content
-
withNamedAnimation(
) → void - Animation method with name [...]
-
withPrivateMacro(
) → void - Use a privately defined macro: Private macro content
-
withQuotedNamedAnimation(
) → void - Animation method with quoted name [...]
-
withUndefinedMacro(
) → void - Don't define this: null
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator ==(
dynamic other) → bool -
override
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"