fromMap<T> abstract method

T fromMap<T>(
  1. Map<String, dynamic> map
)

Decodes a map to a given type T.

This is a typed wrapper around the fromValue method.

Implementation

T fromMap<T>(Map<String, dynamic> map);