PlatformValue<T> class
Constructors
- PlatformValue({T? android, T? ios, T? linux, T? macOS, T? fallback, T? windows, T? web})
-
const
Properties
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