Annotations.fromProto constructor

Annotations.fromProto(
  1. Annotations annotations
)

Implementation

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