@override IconData? get({String? dotnotation}) { dynamic value = super.get(); return (value is IconData) ? value : null; }