textLineMaxLength constant
int
const textLineMaxLength
The maximum length of a text email should not be longer than 76 characters.
Implementation
static const int textLineMaxLength = 76;
The maximum length of a text email should not be longer than 76 characters.
static const int textLineMaxLength = 76;