fields property
final
The set of fields this interface defines.
Implementation
@override
final MappableFields<GameDialog> fields = const {
#id: _f$id,
#title: _f$title,
#image: _f$image,
#components: _f$components,
#actions: _f$actions,
};