details property
Details provide some base information (such as the last change date) of the schema.
Implementation
@$pb.TagNumber(2)
$2.Details get details => $_getN(0);
Implementation
@$pb.TagNumber(2)
set details($2.Details value) => $_setField(2, value);