toRest method

RemoteSerializeType? toRest()

Pre-serialization to JSON. Must be digestible by jsonEncode.

Implementation

RemoteSerializeType? toRest() => null;