AnnotationLayerSummary.fromJson constructor

AnnotationLayerSummary.fromJson(
  1. Map json_
)

Implementation

AnnotationLayerSummary.fromJson(core.Map json_)
  : this(
      allowedCharacterCount: json_['allowedCharacterCount'] as core.int?,
      limitType: json_['limitType'] as core.String?,
      remainingCharacterCount: json_['remainingCharacterCount'] as core.int?,
    );