RuleSetId.fromJson constructor

RuleSetId.fromJson(
  1. String value
)

Implementation

factory RuleSetId.fromJson(String value) => RuleSetId(value);