Gist class

Model class for gists.

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Gist({String? id, String? description, bool? public, User? owner, User? user, List<GistFile>? files, String? htmlUrl, int? commentsCount, String? gitPullUrl, String? gitPushUrl, DateTime? createdAt, DateTime? updatedAt})
Gist.fromJson(Map<String, dynamic> input)
factory

Properties

commentsCount int?
getter/setter pair
createdAt DateTime?
getter/setter pair
description String?
getter/setter pair
files List<GistFile>?
getter/setter pair
gitPullUrl String?
getter/setter pair
gitPushUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
getter/setter pair
id String?
getter/setter pair
owner User?
getter/setter pair
public bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
getter/setter pair
user User?
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.
inherited

Operators

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