Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. MapEntry<K,V>
  4. MapEntry.new const constructor
MapEntry.new
description

MapEntry<K,V> constructor

constMapEntry<K,V>(
  1. Kkey,
  2. Vvalue
)

Creates an entry withkey andvalue.

Implementation

const factory MapEntry(K key, V value) = MapEntry<K, V>._;
  1. Dart
  2. dart:core
  3. MapEntry<K,V>
  4. MapEntry.new const constructor
MapEntry class

[8]ページ先頭

©2009-2025 Movatter.jp