Rotation.fromJson constructor

Rotation.fromJson(
  1. Map json_
)

Implementation

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