ItemDeprecated constructor

const ItemDeprecated({
  1. required String deprecationNote,
  2. String? deprecationSince,
})

Implementation

const ItemDeprecated({required this.deprecationNote, this.deprecationSince});