IntDataType constructor

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

Implementation

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