Robot constructor

const Robot({
  1. String? rid,
  2. String? nickname,
  3. String? avatar,
  4. String? type,
  5. String? description,
  6. String? promot,
  7. String? tip,
  8. double? temperature,
  9. double? topP,
})

Implementation

const Robot({this.rid, this.nickname, this.avatar, this.type, this.description, this.promot, this.tip, this.temperature, this.topP}) : super();