Rotation.fromJson constructor

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

Implementation

factory Rotation.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson(json) as Rotation;