ResponseEntity<T>.fromJson constructor

ResponseEntity<T>.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ResponseEntity.fromJson(Map<String, dynamic> json) =>
    _$ResponseEntityFromJson(json);