test_package
ex
Apple
isGreaterThan
isGreaterThan
test_package
ex
Apple
isGreaterThan
method
isGreaterThan
Source
test_package
ex
Apple
Constants
n
Static properties
string
Constructors
Apple
fromString
Properties
hashCode
m
runtimeType
s
Operators
operator *
operator ==
Methods
isGreaterThan
m1
noSuchMethod
paramFromExportLib
printMsg
toString
bool
isGreaterThan
(
int
number
, {
int
check
:
5
})
Source
bool isGreaterThan(int number, {int check: 5}) { return number > check; }