Pigeonhole class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)
  • @DateTimeConverter()

Constructors

Pigeonhole({int? id, String? name, String? description, String? passcode, DateTime? startDate, DateTime? endDate, PigeonholeStatus? status, String? timezone, bool? attendeeProfiles, bool? registrants, bool? attendeeCodeRequired, PigeonholeLinks? pigeonholeLinks})
Pigeonhole.fromJson(Map<String, dynamic> json)
factory

Properties

attendeeCodeRequired bool?
getter/setter pair
attendeeProfiles bool?
getter/setter pair
description String?
getter/setter pair
endDate DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
name String?
getter/setter pair
passcode String?
getter/setter pair
getter/setter pair
registrants bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
getter/setter pair
status PigeonholeStatus?
getter/setter pair
timezone String?
getter/setter pair

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.
override

Operators

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