module property
module is the fully-qualified protobuf name of the module config object for the previous module version, ex: "cosmos.group.module.v1.Module".
Implementation
@$pb.TagNumber(1)
$core.String get module => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set module($core.String v) { $_setString(0, v); }