MongoIDValue constructor

MongoIDValue({
  1. String defaultValue = "",
  2. bool isRequired = false,
})

Implementation

MongoIDValue({
  super.defaultValue = "",
  super.isRequired = false,
});