SafetyCommonModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

SafetyCommonModel({SafetyEvaluation? ivc, SafetyEvaluation? nonIvc})
const
SafetyCommonModel.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
ivc SafetyEvaluation?
final
nonIvc SafetyEvaluation?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({SafetyEvaluation? ivc, SafetyEvaluation? nonIvc}) SafetyCommonModel

Available on SafetyCommonModel, provided by the $SafetyCommonModelExtension extension

copyWithWrapped({Wrapped<SafetyEvaluation?>? ivc, Wrapped<SafetyEvaluation?>? nonIvc}) SafetyCommonModel

Available on SafetyCommonModel, provided by the $SafetyCommonModelExtension extension

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

Constants

fromJsonFactory → const SafetyCommonModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(SafetyCommonModel instance)