Extends class Apple, use new Apple or new Apple.fromString
B extends A B implements C
Constructors
- B()
Properties
- autoCompress → bool
-
The default value is
false
(compression disabled). To enable, setautoCompress
totrue
.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
-
abstractMethod(
) → void -
inherited
-
doNothing(
) → Future -
isGreaterThan(
int number, { int check: 5 }) → bool -
inherited
-
m1(
) → void -
This is a method.
-
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 -
writeMsg(
String msg, [ String transformMsg(String origMsg, bool flag) ]) → void