implements Cat, E

Some text with bold remarks. A selection of dog flavors:

  • beef
  • poultry
<h1>Hello <b>World</b>!</h1>
var test = 1;
var test = 1;
Implements
Implemented by

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
noSuchMethod(Invocation invocation) → dynamic
inherited
toString() → String
inherited

Operators

operator ==(other) → dynamic

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 ShortName
Verify link substitution in constants (#1535)
const ExtendedShortName("hello there")
aStaticConstField → String
"A Constant Dog"