ReplicateModel class

Constructors

ReplicateModel({required String url, required String owner, required String name, required String description, required String? visibility, required String? githubUrl, required String? paperUrl, required String? licenseUrl, required Map<String, dynamic>? latestVersion})
ReplicateModel.fromJson(Map<String, dynamic> json)
factory

Properties

description String
final
githubUrl String?
final
hashCode int
The hash code for this object.
no setterinherited
latestVersion Map<String, dynamic>?
final
licenseUrl String?
final
name String
final
owner String
final
paperUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final
visibility String?
final

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