pureVector method

Map<String, dynamic> pureVector(
  1. List value, [
  2. String type = LegacyBCS.U64
])

Implementation

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