NECallInfo.fromJson constructor

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

Implementation

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