toJson method

String toJson()

Implementation

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