test_package
ex
Apple
Apple.fromString
Apple.fromString
test_package
ex
Apple
Apple.fromString
factory constructor
Apple.fromString
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
Apple.fromString
(
String
s
)
Source
factory Apple.fromString(String s) { return new Apple._internal(s); }