type property

String? type

''|'audio'|'font'|'image'|'script'|'style'|'track'|'video'

Implementation

String? get type => _getProperty(_delegate, 'type');