$RotationConfig.fromJson constructor

$RotationConfig.fromJson(
  1. Map json_
)

Implementation

$RotationConfig.fromJson(core.Map json_)
  : this(
      enabled: json_['enabled'] as core.bool?,
      rotationInterval: json_['rotationInterval'] as core.String?,
    );