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 - isImplemented → bool
-
read-only
- list ↔ List<String>
-
A list of Strings
read / write
- s ↔ String
-
The getter for
s
inherited-setter, read / write, inherited - fieldWithTypedef → ParameterizedTypedef<bool>
-
fieldWithTypedef docs here
final, inherited
- hashCode → int
-
read-only, inherited
- m ↔ int
-
The read-write field
m
.read / write, inherited - runtimeType → Type
-
read-only, 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 -
inherited
-
paramFromExportLib(
Helper helper) → void -
inherited
-
printMsg(
String msg, [ bool linebreak ]) → void -
inherited
-
toString(
) → String -
inherited
-
whataclass(
List<Whataclass<bool>> list) → void -
Apple docs for whataclass
inherited
Operators
-
operator *(
Apple other) → dynamic -
inherited
-
operator ==(
other) → bool -
inherited