Input$LoyaltyProgramInput class

Constructors

Input$LoyaltyProgramInput.new({required String programName, Input$PictureInput? picture, required String company})
factory
Input$LoyaltyProgramInput.fromJson(Map<String, dynamic> data)
factory

Properties

company String
no setter
copyWith CopyWith$Input$LoyaltyProgramInput<Input$LoyaltyProgramInput>
no setter
hashCode int
The hash code for this object.
no setteroverride
picture Input$PictureInput?
no setter
programName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
inherited

Operators

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