toJson method
Parses this object into a json like map.
Use the fromJson factory to revive it again.
Implementation
// coverage:ignore-start
Map<String, dynamic> toJson() => _$jsonSerializers.serializeWith(serializer, this)! as Map<String, dynamic>;