paddingEnabled property

bool paddingEnabled
final

Indicates if the string will be padded. If true, the encoded output will be padded with paddingChar to the length of maxLength.

Implementation

final bool paddingEnabled;