test_package
ex
Dog
createDog
createDog
test_package
ex
Dog
createDog
method
createDog
Source
test_package
ex
Dog
Static methods
createDog
Constructors
Dog
create
Properties
hashCode
isImplemented
name
runtimeType
Operators
operator ==
Methods
foo
getClassA
noSuchMethod
testGeneric
testMethod
toString
Deprecated
("Internal use")
Dog
createDog
(
String
s
)
Source
@Deprecated("Internal use") static Dog createDog(String s) { return new Dog.create(s); }