assets property

  1. @TagNumber.new(13)
PbList<ModuleAsset> get assets

Asset files embedded in this module (images, JSON fixtures, etc.). Any file can be stored as an asset; the path is relative to the package root.

Implementation

@$pb.TagNumber(13)
$pb.PbList<ModuleAsset> get assets => $_getList(9);