subtype property

String? subtype

Object subtype hint. Specified for object or wasm type values only.

Allowed Values: array, null, node, regexp, date, map, set, weakmap, weakset, iterator, generator, error, proxy, promise, typedarray, arraybuffer, dataview, i32, i64, f32, f64, v128, anyref.

Implementation

String? get subtype => json['subtype'] as String?;