Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. Duration
  4. operator >= method
operator >=
description

operator >= method

booloperator >=(
  1. Durationother
)

Whether thisDuration is longer than or equal toother.

Implementation

bool operator >=(Duration other) => this._duration >= other._duration;
  1. Dart
  2. dart:core
  3. Duration
  4. operator >= method
Duration class

[8]ページ先頭

©2009-2025 Movatter.jp