copyWith method

ProjectAssignArray copyWith({
  1. String? type,
})

Implementation

ProjectAssignArray copyWith({  String? type,
}) => ProjectAssignArray(  type: type ?? _type,
);