fields property

  1. @override
MappableFields<ChatMessage> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<ChatMessage> fields = const {
  #author: _f$author,
  #content: _f$content,
  #timestamp: _f$timestamp,
};