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