charset property

String? get charset

Implementation

String? get charset => parameters?['charset'] ?? (dataUri?.charset);