CallScreenInfo.fromJson constructor

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

Implementation

CallScreenInfo.fromJson(Map<String, dynamic> json)
    : phone = json['phone'],
      direction = _toDirectionEnum(json['direction']);