FirewayModel class

Annotations
  • @JsonSerializable()

Constructors

FirewayModel.new({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 _$FirewayModelFromJson function to the fromJson factory.
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 _$FirewayModelToJson function to the toJson method.
toString() String
A string representation of this object.
inherited

Operators

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