$Layer.fromJson constructor

$Layer.fromJson(
  1. Map json_
)

Implementation

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