models property

  1. @TagNumber(7)
List<Model> models

A list of models that are available in the module

Implementation

@$pb.TagNumber(7)
$core.List<Model> get models => $_getList(6);