fromJson static method

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

Implementation

static HLSSettings fromJson(Map<String, dynamic> json) =>
    _$HLSSettingsFromJson(json);