fromJson static method

BoundaryModel fromJson(
  1. String json
)

Implementation

static BoundaryModel fromJson(String json) {
  return ensureInitialized().decodeJson<BoundaryModel>(json);
}