ContentMetadataCurrentuserExpandable class

Constructors

ContentMetadataCurrentuserExpandable({String? favourited, String? lastmodified, String? lastcontributed, String? viewed, String? scheduled})
ContentMetadataCurrentuserExpandable.fromJson(Map<String, Object?> json)
factory

Properties

favourited String?
final
hashCode int
The hash code for this object.
no setterinherited
lastcontributed String?
final
lastmodified String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduled String?
final
viewed String?
final

Methods

copyWith({String? favourited, String? lastmodified, String? lastcontributed, String? viewed, String? scheduled}) ContentMetadataCurrentuserExpandable
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