copyWith method

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

Implementation

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