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

hashCode → int

Get a hash code for this object.

read-only, inherited
m → int

The read-write field m.

read / write
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
s → String

The getter for s

read / write

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

Invoked when a non-existent method or property is accessed.

inherited
paramFromExportLib(Helper helper) → void

printMsg(String msg, [bool linebreak]) → void

toString() → String

Returns a string representation of this object.

inherited