vkio package
documentation
context
Context
isType method
isType
vkio package
documentation
context
Context
isType method
Context class
Constructors
Context
Properties
hashCode
runtimeType
Methods
isType
noSuchMethod
toString
Operators
operator ==
isType
method
bool
isType
(
String
type
)
Implementation
bool isType(String type) => _type == type;