jsonType property

  1. @override
String jsonType
override

Return the __type to be used for JSON serialization of this class. Default is runtimeType. Only specify this if you need another type.

Implementation

@override
String get jsonType => '$_triggerNamespace.$runtimeType';