Input$RentalRefInput class

Constructors

Input$RentalRefInput({String? location, String? description, Enum$RentalStatusEnum? status, DateTime? start, DateTime? end, Input$RentalNoteInput? note})
factory
Input$RentalRefInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$RentalRefInput<Input$RentalRefInput>
no setter
description String?
no setter
end DateTime?
no setter
hashCode int
The hash code for this object.
no setteroverride
location String?
no setter
note Input$RentalNoteInput?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime?
no setter
status Enum$RentalStatusEnum?
no setter

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