Rotation.fromJson constructor
Rotation.fromJson(
- Map json_
Implementation
Rotation.fromJson(core.Map json_)
: this(
nextRotationTime: json_['nextRotationTime'] as core.String?,
rotationPeriod: json_['rotationPeriod'] as core.String?,
);