CurrentUser.fromJSON constructor

CurrentUser.fromJSON(
  1. Map<String, dynamic> json
)

Implementation

CurrentUser.fromJSON(Map<String, dynamic> json) : super.fromJSON(json);