menu
notion_db_sdk package
documentation
notion_db_sdk.dart
Value<T>
Value.new const constructor
Value.new const constructor
dark_mode
light_mode
Value<
T
>
constructor
const
Value<
T
>
(
{
required
T?
value
,
})
Implementation
const Value({ required this.value, });
notion_db_sdk package
documentation
notion_db_sdk
Value<T>
Value.new const constructor
Value class