deserialize property

T Function(Map<String, Object?> json) deserialize
final

Builds the value from a decoded JSON object.

Implementation

final T Function(Map<String, Object?> json) deserialize;