fields property

  1. @override
MappableFields<SlideAsset> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<SlideAsset> fields = const {
  #_file: _f$_file,
  #width: _f$width,
  #height: _f$height,
  #path: _f$path,
};