toJson method

List<String> toJson()

Implementation

List<String> toJson() {
  return [textCode, previewUrl];
}