ListConstraint.fromJson constructor

ListConstraint.fromJson(
  1. Map json_
)

Implementation

ListConstraint.fromJson(core.Map json_)
  : this(
      suggestedValue: json_['suggestedValue'] as core.String?,
      supportsUnder: json_['supportsUnder'] as core.bool?,
    );