SpaceProperty class
Constructors
- SpaceProperty({String? id, String? key, dynamic value, DateTime? createdAt, String? createdBy, SpacePropertyVersion? version})
- 
          SpaceProperty.fromJson(Map<String, Object?> json)
- 
          
            factory
Properties
- createdAt → DateTime?
- 
  RFC3339 compliant date time at which the property was created.
  final
- createdBy → String?
- 
  Atlassian account ID of the user that created the space property.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → String?
- 
  ID of the space property.
  final
- key → String?
- 
  Key of the space property.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- value → dynamic
- 
  Value of the space property.
  final
- version → SpacePropertyVersion?
- 
  
  final
Methods
- 
  copyWith({String? id, String? key, dynamic value, DateTime? createdAt, String? createdBy, SpacePropertyVersion? version}) → SpaceProperty 
- 
  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