Sample class String
- Implemented by
Constants
- n → int
-
const
5
Static Properties
- string → String
-
read / write
Constructors
- Apple()
-
Constructor
- Apple.fromString(String s)
-
factory
Properties
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.…
-
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 tonoSuchMethod
in anInvocation
. IfnoSuchMethod
returns a value, that value becomes the result of the original invocation.…inherited -
paramFromExportLib(
Helper helper) → void -
printMsg(
String msg, [bool linebreak]) → void -
toString(
) → String -
Returns a string representation of this object.
inherited