BinaryDataType constructor

BinaryDataType({
  1. bool? nullable,
  2. Map<String, dynamic>? metadata,
})

Implementation

BinaryDataType({super.nullable, super.metadata}) : super();