decode property

dynamic Function(Map<String, dynamic> data)? decode
final

Internal decoder function that preserves generic type T.

Automatically set to use fromServerMap or fromEJson<T>(). You typically don't need to provide this - it's auto-configured.

Implementation

final RealmObject Function(Map<String, dynamic> data)? decode;