NUIDBEntityWithAction constructor

NUIDBEntityWithAction({
  1. required String tableName,
  2. NUIDBEntityMapper? entity,
  3. String? action,
})

Implementation

NUIDBEntityWithAction({required this.tableName, this.entity, this.action});