ValidationSource class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ValidationSource({required String? validationSourceName, required String? validationSourceReferenceIdentifier})
-
ValidationSource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationSourceName → String?
-
final
- validationSourceReferenceIdentifier → String?
-
final
Methods
-
copyWith(
{String? validationSourceName, String? validationSourceReferenceIdentifier}) → ValidationSource -
Available on ValidationSource, provided by the $ValidationSourceExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? validationSourceName, Wrapped<String?> ? validationSourceReferenceIdentifier}) → ValidationSource -
Available on ValidationSource, provided by the $ValidationSourceExtension 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 ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const ValidationSource Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ValidationSource instance)