fromJsonMap abstract method

T? fromJsonMap(
  1. Map<String, dynamic>? json
)

Implementation

T? fromJsonMap(Map<String, dynamic>? json);