moduleConstants property

  1. @TagNumber.new(12)
PbList<Constant> get moduleConstants

Module-level constants (e.g., const pi = 3.14159).

Implementation

@$pb.TagNumber(12)
$pb.PbList<Constant> get moduleConstants => $_getList(8);