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

Inheritance
Mixes-in

Constructors

B()

Properties

autoCompress → bool

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

read / write
hashCode → int

Get a hash code for this object.

read-only, inherited
isImplemented → bool

read-only
list → List<String>

A list of Strings

read / write
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

doNothing() → Future

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

inherited
m1() → void

This is a method.

noSuchMethod(Invocation invocation) → dynamic

noSuchMethod is invoked when users invoke a non-existent method on an object. The name of the method and the arguments of the invocation are passed to noSuchMethod in an Invocation. If noSuchMethod returns a value, that value becomes the result of the original invocation.

inherited
paramFromExportLib(Helper helper) → void

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

inherited
toString() → String

Returns a string representation of this object.

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