Sample class String
A B
- Implemented by
Constants
- n → int
-
5
Static Properties
- string → String
-
read / write
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
-
The getter for
s
read / write - hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator *(
Apple other) → dynamic -
operator ==(
other) → bool -
The equality operator.
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 -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited