obj property

  1. @TagNumber(6)
Map<String, Value> get obj

obj has an object value if the type is TYPE_OBJ.

Implementation

@$pb.TagNumber(6)
$core.Map<$core.String, Value> get obj => $_getMap(5);