RacModelInfoCStruct class base
Model info struct matching actual C++ rac_model_info_t layout.
IMPORTANT: Field order MUST match the C struct exactly! This struct is allocated by rac_model_info_alloc() in C++ which uses calloc to zero all fields, making unset fields safe.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - artifactInfo ↔ RacArtifactInfoStruct
-
getter/setter pair
- category ↔ int
-
getter/setter pair
- contextLength ↔ int
-
getter/setter pair
- createdAt ↔ int
-
getter/setter pair
-
description
↔ Pointer<
Utf8> -
getter/setter pair
- downloadSize ↔ int
-
getter/setter pair
-
downloadUrl
↔ Pointer<
Utf8> -
getter/setter pair
- format ↔ int
-
getter/setter pair
- framework ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
id
↔ Pointer<
Utf8> -
getter/setter pair
- lastUsed ↔ int
-
getter/setter pair
-
localPath
↔ Pointer<
Utf8> -
getter/setter pair
- memoryRequired ↔ int
-
getter/setter pair
-
name
↔ Pointer<
Utf8> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ int
-
getter/setter pair
- supportsThinking ↔ int
-
getter/setter pair
- tagCount ↔ int
-
getter/setter pair
-
getter/setter pair
- updatedAt ↔ int
-
getter/setter pair
- usageCount ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited