fields property

  1. @override
MappableFields<Section> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<Section> fields = const {
  #id: _f$id,
  #title: _f$title,
  #grantedPoints: _f$grantedPoints,
  #maxPoints: _f$maxPoints,
  #status: _f$status,
  #summary: _f$summary,
};