Annotations.fromJson constructor

Annotations.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Annotations.fromJson(Map<String, Object?> json) {
  return Annotations(json.cast());
}