fields property

  1. @override
MappableFields<SDConfig> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<SDConfig> fields = const {
  #background: _f$background,
  #style: _f$style,
  #transition: _f$transition,
  #cacheRemoteAssets: _f$cacheRemoteAssets,
};