fields property

  1. @override
MappableFields<WidgetSlide> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<WidgetSlide> fields = const {
  #title: _f$title,
  #options: _f$options,
  #style: _f$style,
  #background: _f$background,
  #contentOptions: _f$contentOptions,
  #transition: _f$transition,
  #data: _f$data,
  #raw: _f$raw,
  #layout: _f$layout,
  #hashKey: _f$hashKey,
};