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