models property

  1. @TagNumber(1)
Map<String, Mesh> get models

the 3D models associated with the component

Implementation

@$pb.TagNumber(1)
$core.Map<$core.String, Mesh> get models => $_getMap(0);