Badge constructor

Badge({
  1. String? identifier,
  2. String? title,
  3. bool? isActive,
})

Implementation

Badge({this.identifier, this.title, this.isActive});