$Layer.fromJson constructor
      
      $Layer.fromJson(
    
    
- Map json_
 
Implementation
$Layer.fromJson(core.Map json_)
  : this(
      arguments: json_['arguments'] as core.String?,
      directive: json_['directive'] as core.String?,
    );