instantiateFromMapImpl abstract method

FutureOr<O?> instantiateFromMapImpl(
  1. Map<String, dynamic> fields, {
  2. JsonDecoder? jsonDecoder,
})

Implementation

FutureOr<O?> instantiateFromMapImpl(Map<String, dynamic> fields,
    {JsonDecoder? jsonDecoder});