kind property
String
get
kind
Returns the drag data item kind, one of: "string", "file".
Implementation
_i2.String get kind => _i4.getProperty(
this,
'kind',
);
Returns the drag data item kind, one of: "string", "file".
_i2.String get kind => _i4.getProperty(
this,
'kind',
);