BackendServiceLogConfigLoggingHttpHeader.fromJson constructor
BackendServiceLogConfigLoggingHttpHeader.fromJson(
- Map json_
Implementation
BackendServiceLogConfigLoggingHttpHeader.fromJson(core.Map json_)
: this(headerName: json_['headerName'] as core.String?);