type property

  1. @TagNumber.new(1)
JSONSchemaType get type

Root type for this schema (commonly OBJECT or ARRAY).

Implementation

@$pb.TagNumber(1)
JSONSchemaType get type => $_getN(0);
  1. @TagNumber.new(1)
set type (JSONSchemaType value)

Implementation

@$pb.TagNumber(1)
set type(JSONSchemaType value) => $_setField(1, value);