Rotation.fromJson constructor

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

Implementation

factory Rotation.fromJson(Map<String, Object?> json) => _$RotationFromJson(json);