type property

  1. @override
String get type
override

The serialized component type name this codec handles (for example directionalLight).

Implementation

@override
String get type => _schema.type;