FirewayModel class
- Annotations
-
- @JsonSerializable.new()
Constructors
- FirewayModel({String? uid, required String description, required String version, required bool success, required String script, required DateTime installedOn, required int executionTime})
-
FirewayModel.fromJson(Map<
String, dynamic> json) -
Connect the generated
_$FirewayModelFromJsonfunction to thefromJsonfactory.factory
Properties
- description → String
-
final
- executionTime → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- installedOn → DateTime
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- script → String
-
final
- success → bool
-
final
- uid ↔ String?
-
getter/setter pair
- version → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Connect the generated
_$FirewayModelToJsonfunction to thetoJsonmethod. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited