[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.14.0" ) ]
public SparseUnionArray.data_type (SparseUnionDataType data_type, Int8Array type_ids, List<Array> fields) throws Error
| data_type |
The data type for the sparse array. |
| type_ids |
The field type IDs for each value as Int8Array. |
| fields |
|
A newly created SparseUnionArray or null on error. |