fields property
final
The set of fields this interface defines.
Implementation
@override
final MappableFields<ChatMessage> fields = const {
#author: _f$author,
#content: _f$content,
#timestamp: _f$timestamp,
};
The set of fields this interface defines.
@override
final MappableFields<ChatMessage> fields = const {
#author: _f$author,
#content: _f$content,
#timestamp: _f$timestamp,
};