CivitaModel class
Constructors
-
CivitaModel.fromJson(Map<
String, dynamic> json)
Properties
-
allowCommercialUse
↔ List<
String> -
The allowed commercial use
latefinal
- allowDerivatives ↔ bool
-
Whether or not to allow derivatives
latefinal
- allowDifferentLicense ↔ bool
-
Whether or not to allow different license
latefinal
- allowNoCredit ↔ bool
-
Whether or not to allow no credit
latefinal
- creator ↔ CivitaCreator?
-
creator
getter/setter pair
- description ↔ String
-
The description of the model (HTML)
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
The identifier for the model
latefinal
- minor ↔ bool
-
Whether the model is minor or not
latefinal
- mode ↔ String
-
The mode in which the model is currently on. If Archived, files field will be empty. If TakenDown, images field will be empty
latefinal
-
modelVersions
↔ List<
CivitaModelVersion> -
modelVersions
latefinal
- name ↔ String
-
The name of the model
latefinal
- nsfw ↔ bool
-
Whether the model is NSFW or not
latefinal
- nsfwLevel ↔ int
-
The NSFW level of the model
latefinal
- poi ↔ bool
-
Whether the model is a POI or not
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stats ↔ CivitaStats?
-
stats
getter/setter pair
-
The tags associated with the model
latefinal
- type ↔ String
-
The model type
latefinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited