RegionsVersion.fromJson constructor

RegionsVersion.fromJson(
  1. Map json_
)

Implementation

RegionsVersion.fromJson(core.Map json_)
    : this(
        version: json_['version'] as core.String?,
      );