CobiIconData constructor

CobiIconData({
  1. required String name,
  2. String? type,
  3. String? subtype,
})

Implementation

CobiIconData({required this.name, this.type, this.subtype});