UserDetailData constructor

UserDetailData({
  1. String? title,
  2. String? value,
})

Implementation

UserDetailData({this.title, this.value});