fromJson property

U Function(Map<String, dynamic> json)? fromJson
final

Deserializer function converting JSON maps to typed user model instances.

Implementation

final U Function(Map<String, dynamic> json)? fromJson;