UserCallCover.fromJson constructor
Constructs a UserCallCover from the provided json
.
Implementation
factory UserCallCover.fromJson(Map<String, dynamic> json) =>
_$UserCallCoverFromJson(json);
Constructs a UserCallCover from the provided json
.
factory UserCallCover.fromJson(Map<String, dynamic> json) =>
_$UserCallCoverFromJson(json);