constructor<T> typedef

constructor<T> = T Function(dynamic jsonSerialization, SerializationManager serializationManager)

The constructor takes JSON structure and turns it into a decoded SerializableEntity.

Implementation

typedef constructor<T> = T Function(
    dynamic jsonSerialization, SerializationManager serializationManager);