Conference class

Constructors

Conference({String? acronym, String? aspectRatio, String? updatedAt, String? title, String? scheduleUrl, String? slug, String? eventLastReleasedAt, String? link, String? description, String? webgenLocation, String? logoUrl, String? imagesUrl, String? recordingsUrl, String? url})
Conference.fromJson(Map c)

Properties

acronym String?
getter/setter pair
aspectRatio String?
getter/setter pair
description String?
getter/setter pair
eventLastReleasedAt String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imagesUrl String?
getter/setter pair
getter/setter pair
logoUrl String?
getter/setter pair
recordingsUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleUrl String?
getter/setter pair
slug String?
getter/setter pair
title String?
getter/setter pair
updatedAt String?
getter/setter pair
url String?
getter/setter pair
webgenLocation String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

getAllConferences([ScHttpClient? http]) Future<List<Conference>>