menu
  1. Dart
  2. dart:js_util
  3. and<T> function
and

and<T> function

T and<T>(
  1. Object? first,
  2. Object? second
)

Perform JavaScript logical and comparison (&&) of two expressions.

Implementation

external T and<T>(Object? first, Object? second);
dart:js_util library

AltStyle によって変換されたページ (->オリジナル) /