customClasses property

  1. @TagNumber(3)
List<CustomClass> customClasses

A collection of custom classes. To specify the classes inline, leave the class' name blank and fill in the rest of its fields, giving it a unique custom_class_id. Refer to the inline defined class in phrase hints by its custom_class_id.

Implementation

@$pb.TagNumber(3)
$core.List<CustomClass> get customClasses => $_getList(2);