jsonRepresentation method

String jsonRepresentation()

Implementation

String jsonRepresentation() {
  return convertToJsonString({
    'image': this.image,
    'titleTextColor': this.titleTextColor,
    'bodyTextColor': this.bodyTextColor
  });
}