toJson method

String toJson()

Implementation

String toJson() {
  return BoundaryModelMapper.ensureInitialized()
      .encodeJson<BoundaryModel>(this as BoundaryModel);
}