menu
flutter_decision_making package
documentation
feature/ahp/data/mapper/ahp_item_mapper.dart
AhpItemMapper
toEntity method
toEntity method
dark_mode
light_mode
toEntity
method
AhpItem
toEntity
(
)
Implementation
AhpItem toEntity() { return AhpItem( id: id, name: name, shortName: shortName, ); }
flutter_decision_making package
documentation
feature/ahp/data/mapper/ahp_item_mapper
AhpItemMapper
toEntity method
AhpItemMapper extension on
AhpItemDto