Sample class String
A B
- Implemented by
Constructors
- Apple()
- Constructor
- Apple.fromString(String s)
-
factory
Properties
- fieldWithTypedef → ParameterizedTypedef<bool>
-
fieldWithTypedef docs here
final
- m ↔ int
-
The read-write field
m
.read / write - s ↔ String something
-
The getter for
s
read / write - hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
isGreaterThan(
int number, { int check: 5 }) → bool -
m1(
) → void - This is a method. [...]
-
methodWithTypedefParam(
processMessage p) → void -
paramFromExportLib(
Helper helper) → void -
printMsg(
String msg, [ bool linebreak ]) → void -
whataclass(
List<Whataclass<bool>> list) → void - Apple docs for whataclass
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator *(
Apple other) → dynamic -
operator ==(
other) → bool -
inherited
Static Properties
- string ↔ String
-
read / write
Constants
- n → int
-
5