toJson method

String toJson()

Implementation

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