toJson method
Implementation
Map<String, dynamic> toJson() => {
'SerializerType': serializerType,
'Type': type_,
'SubId': subId,
'ElementOffset': elementOffset,
'ElementCount': elementCount,
'ByteOffset': byteOffset,
'TypeSize': typeSize,
'StrideSize': strideSize,
'ByteArray': byteArray,
};