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