UserProperty class

Constructors

UserProperty({required String key, required Map<String, dynamic> value, required String id, required DateTime lastModifiedDate, required DateTime createdDate, GenericLinks? links})
UserProperty.fromJson(Map<String, Object?> json)
factory

Properties

createdDate DateTime
datetime when the property was created such as 2022-01-01T12:00:00.111Z
final
hashCode int
The hash code for this object.
no setterinherited
id String
a unique identifier for the user property
final
key String
final
lastModifiedDate DateTime
datetime when the property was last modified such as 2022-02-01T12:00:00.111Z
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Map<String, dynamic>
The value of the content property.
final

Methods

copyWith({String? key, Map<String, dynamic>? value, String? id, DateTime? lastModifiedDate, DateTime? createdDate, GenericLinks? links}) UserProperty
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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