wireName property

  1. @override
String wireName
override

The wire name of the serializable type. For most classes, the class name. For primitives and collections a lower-case name is defined as part of the built_json wire format.

Implementation

@override
String get wireName => 'Duration';