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