id property

  1. @override
String id
final

A unique id for this type, defaults to the name of the type.

Override this if you have two types with the same name.

Implementation

@override
final String id = 'Channel';