Annotations.fromProto constructor
Annotations.fromProto(
- Annotations annotations
Implementation
factory Annotations.fromProto(pb.Annotations annotations) {
return Annotations(annotations.annotations);
}