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