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