MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.projectsdialog.statistics.presentation/StatisticsItem/TextRow

TextRow

[jvm]
data class TextRow(val title: String = "", val value: String = "") : StatisticsItem

Row with a title and a value represented as a string.

Constructors

   
TextRow [jvm]
constructor(title: String = "", value: String = "")
Create TextRow

Properties

Name Summary
title [jvm]
val title: String
row title
value [jvm]
val value: String
statistics value