Motivation 元々以下のように管理してた。 class CharacterImage { CharacterImage({required this.name, required this.path}); final String···