NECallParam.fromJson constructor

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

Implementation

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