menu
firefast package
documentation
firefast_realtime.dart
FireValue<T>
FireValue.new const constructor
FireValue.new const constructor
dark_mode
light_mode
FireValue<
T
>
constructor
const
FireValue<
T
>
(
String
name
, {
ToFire
<
T
>
?
toFire
,
FromFire
<
T
>
?
fromFire
,
})
Implementation
const FireValue( this.name, { super.toFire, super.fromFire, });
firefast package
documentation
firefast_realtime
FireValue<T>
FireValue.new const constructor
FireValue class