Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:io
  3. HttpHeaders
  4. operator [] abstract method
operator []
description

operator [] abstract method

List<String>?operator [](
  1. Stringname
)

The values for the header namedname.

Returns null if there is no header with the provided name,otherwise returns a new list containing the current values.Not that modifying the list does not change the header.

Implementation

List<String>? operator [](String name);
  1. Dart
  2. dart:io
  3. HttpHeaders
  4. operator [] abstract method
HttpHeaders class

[8]ページ先頭

©2009-2025 Movatter.jp