UserCallCover.fromJson constructor

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

Constructs a UserCallCover from the provided json.

Implementation

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