AssignArray constructor

AssignArray({
  1. String? type,
})

Implementation

AssignArray({
    String? type,}){
  _type = type;
}