menu
codable_dart package
documentation
common.dart
AsSetEncodable<T>
set method
set method
dark_mode
light_mode
set
method
Encodable
<
Set
<
T
>
>
set
(
)
Returns an
Encodable
that can encode a set of
T
.
Implementation
Encodable<Set<T>> set() => SetEncodable<T>(this);
codable_dart package
documentation
common
AsSetEncodable<T>
set method
AsSetEncodable extension on
Encodable
<
T
>