Map<String, dynamic> pureVector( List<dynamic> value, [ String type = LegacyBCS.U64, ]) { return pure.vector(type, value); }