AnnotationsSummaryLayers.fromJson constructor

AnnotationsSummaryLayers.fromJson(
  1. Map json_
)

Implementation

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