WorldStorm constructor
const
WorldStorm({})
Implementation
const WorldStorm({
required this.name,
required this.kind,
required this.touchpoint,
required this.fromCall,
required this.toCall,
required this.failure,
required this.description,
this.method,
});