Extends class Apple, use new Apple or new Apple.fromString

 B extends A
 B implements C
 
Inheritance
Mixes-in

Constructors

B()

Properties

autoCompress → bool

The default value is false (compression disabled). To enable, set autoCompress to true.

read / write
isImplemented → bool

read-only
list → List<String>

A list of Strings

read / write
s → String

read-only
fieldWithTypedef ParameterizedTypedef<bool>

fieldWithTypedef docs here

final, inherited
hashCode → int

Get a hash code for this object.

read-only, inherited
m → int

The read-write field m.

read / write, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
s → String

The getter for s

read / write, inherited

Operators

operator *(Apple other) → dynamic

inherited
operator ==(other) → bool

The equality operator.

inherited

Methods

abstractMethod() → void

doNothing() → Future

m1() → void

This is a method.

writeMsg(String msg, [ String transformMsg(String origMsg, bool flag) ]) → void

isGreaterThan(int number, { int check: 5 }) → bool

inherited
methodWithTypedefParam(processMessage p) → void

inherited
noSuchMethod(Invocation invocation) → dynamic

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

inherited
paramFromExportLib(Helper helper) → void

inherited
printMsg(String msg, [ bool linebreak ]) → void

inherited
toString() → String

Returns a string representation of this object.

inherited
whataclass(List<Whataclass<bool>> list) → void

Apple docs for whataclass

inherited