menu
codable_dart package
documentation
standard.dart
StandardSelfEncodable<T extends SelfEncodable>
toValue method
toValue method
dark_mode
light_mode
toValue
method
Object
?
toValue
(
)
Implementation
Object? toValue() { return StandardEncoder.encode<T>(this); }
codable_dart package
documentation
standard
StandardSelfEncodable<T extends SelfEncodable>
toValue method
StandardSelfEncodable extension on T