ProSDLayout constructor

ProSDLayout({
  1. required int id,
  2. String uid = '',
  3. String name = '',
})

Implementation

ProSDLayout({required this.id, this.uid = '', this.name = ''});