Subsetting.fromJson constructor

Subsetting.fromJson(
  1. Map json_
)

Implementation

Subsetting.fromJson(core.Map json_)
  : this(policy: json_['policy'] as core.String?);