wireName property Null safety
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 => 'Period';