menu
artifact package
documentation
codec.dart
$At<T, R>
$At.new const constructor
$At.new const constructor
dark_mode
light_mode
$At<
T
,
R
>
constructor
const
$At<
T
,
R
>
(
T
data
,
R
value
)
Implementation
const $At(this.data, this.value);
artifact package
documentation
codec
$At<T, R>
$At.new const constructor
$At class