fromMap<T> abstract method

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

Implementation

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