menu
flutter_orm package
documentation
converter/base_converter.dart
BaseConverter<FROM, TO>
from abstract method
from abstract method
dark_mode
light_mode
from
abstract method
TO
from
(
FROM
value
)
Implementation
TO from(FROM value);
flutter_orm package
documentation
converter/base_converter
BaseConverter<FROM, TO>
from abstract method
BaseConverter class