EntityTypeVersionLoadRequest class

Inheritance

Constructors

EntityTypeVersionLoadRequest({required String versionId, required Map<EntityType, EntityTypeVersionLoadConfig> entityTypes})
EntityTypeVersionLoadRequest.fromJson(Map<String, dynamic> json)

Properties

entityTypes Map<EntityType, EntityTypeVersionLoadConfig>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionId String
getter/setter pairinherited

Methods

getType() VersionLoadRequestType
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override
versionLoadRequestString([String? toStringBody]) String
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited