models property

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

A list of models that are available in the module

Implementation

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