RepositoryInfo class

Available extensions
Annotations
  • @CopyWith.new()
  • @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

RepositoryInfo({String? name, String? url, bool? enabled})
Returns a new RepositoryInfo instance.
RepositoryInfo.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$RepositoryInfoCWProxy

Available on RepositoryInfo, provided by the $RepositoryInfoCopyWith extension

Returns a callable class used to build a new instance with modified fields. Example: instanceOfRepositoryInfo.copyWith(...) or instanceOfRepositoryInfo.copyWith.fieldName(...).
no setter
enabled bool?
Gets or sets a value indicating whether the repository is enabled.
final
hashCode int
The hash code for this object.
no setteroverride
name String?
Gets or sets the name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
Gets or sets the URL.
final

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