SecurityAnimation.fromJson constructor
      
      SecurityAnimation.fromJson(
    
    
- Map json_
Implementation
SecurityAnimation.fromJson(core.Map json_)
  : this(animationType: json_['animationType'] as core.String?);SecurityAnimation.fromJson(core.Map json_)
  : this(animationType: json_['animationType'] as core.String?);