menu
artifact package
documentation
codec.dart
ArtifactCodecUtil
a<T, R> static method
a<T, R> static method
dark_mode
light_mode
a<
T
,
R
>
static method
Iterable
<
R
>
a
<
T
,
R
>(
T
t
,
List
<
$At
>
a
)
Implementation
static Iterable<R> a<T, R>(T t, List<$At> a) => a.where((i) => i.data == t).map((i) => i.value);
artifact package
documentation
codec
ArtifactCodecUtil
a<T, R> static method
ArtifactCodecUtil class