Service class
Constructors
- Service({required String name, String? sourceCommitHash})
- Service.fromJson(String source)
-
factory
-
Service.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- name ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceCommitHash ↔ String?
-
getter/setter pair
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override