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

Constants

aStaticConstField → String

"A Constant Dog"

Static Properties

somethingTasty → int

A tasty static + final property.

final
staticGetterSetter → int

read / write

Static Methods

createDog(String s) Dog

@Deprecated("Internal use")

Constructors

Dog()

Dog.deprecatedCreate(String name)

Properties

aFinalField → int

final
aGetterReturningRandomThings → int

read-only
aProtectedFinalField → int

@protected, final
deprecatedField → int

@deprecated, read / write
deprecatedGetter → int

@deprecated, read-only
deprecatedSetter → int

@deprecated, write-only
isImplemented → bool

@override, read-only
name → String

read / write
hashCode → int

The 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

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

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited