IdleStateDecoder<S extends IdleState> typedef

IdleStateDecoder<S extends IdleState> = S Function(Map<String, dynamic> json)

Decoder for an IdleState from a JSON-safe map.

Implementation

typedef IdleStateDecoder<S extends IdleState> = S Function(
  Map<String, dynamic> json,
);