id abstract method

void id({
  1. String name = 'id',
  2. String? type,
  3. bool autoIncrement = true,
})

Implementation

void id({String name = 'id', String? type, bool autoIncrement = true});