PlatformValue<T> class

Constructors

PlatformValue({T? android, T? ios, T? linux, T? macOS, T? fallback, T? windows, T? web})
const

Properties

android → T
no setter
fallback → T
no setter
hashCode int
The hash code for this object.
no setterinherited
ios → T
no setter
linux → T
no setter
macOS → T
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
web → T
no setter
windows → T
no setter

Methods

getValue(BuildContext context) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited