encoding property

String? get encoding

encode algorithms Gets the encoding algorithm name (e.g., 'base64').

Implementation

// static const DEFAULT = 'base64';
// static const BASE_64 = 'base64';
// static const BASE_58 = 'base58';
// static const HEX     = 'hex';

/// Gets the encoding algorithm name (e.g., 'base64').
String? get encoding;