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