isBuffer static method

bool isBuffer(
  1. dynamic obj
)

Returns true if obj is a Buffer, false otherwise.

Implementation

external static bool isBuffer(obj);