PermissionsAll class

Constructors

PermissionsAll.new({Career? career, ProjectInquiry? projectInquiry, Vendor? vendor, Redevelopment? redevelopment, Contact? contact})
PermissionsAll.fromJson(dynamic json)

Properties

career Career?
no setter
contact Contact?
no setter
hashCode int
The hash code for this object.
no setterinherited
projectInquiry ProjectInquiry?
no setter
redevelopment Redevelopment?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendor Vendor?
no setter

Methods

copyWith({Career? career, ProjectInquiry? projectInquiry, Vendor? vendor, Redevelopment? redevelopment, Contact? contact}) PermissionsAll
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.
inherited