ModelHint constructor

const ModelHint({
  1. required String name,
  2. double? weight,
})

Implementation

const ModelHint({required this.name, this.weight});