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