models property

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

A list of models that are available in the module

Implementation

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