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