ScreenableField constructor

ScreenableField({
  1. String? id,
  2. String? name,
})

Implementation

ScreenableField({this.id, this.name});