Brand constructor Null safety

Brand(
  1. {int? id,
  2. String? name}
)

Implementation

Brand({
  this.id,
  this.name,
});