UserGetResponse constructor

UserGetResponse({
  1. String? id,
  2. String? name,
  3. String? userName,
  4. bool? editable,
  5. String? phoneNumber,
  6. String? email,
  7. String? emailFinancial,
  8. String? imageFile,
  9. String? objectAddress,
  10. String? objectTitle,
  11. String? companyName,
  12. String? contractNumber,
  13. String? bankName,
  14. String? bankBIK,
  15. String? bankCorrAccount,
  16. String? bankPayAccount,
  17. String? signerFIO,
  18. String? signerJob,
  19. String? signerDoc,
  20. String? financeFIO,
  21. String? financeEmail,
  22. String? financePhone,
  23. bool? edo,
  24. String? techFIO,
  25. String? techEmail,
  26. String? techPhone,
  27. bool? locked,
  28. DateTime? registrationDate,
  29. DateTime? accessDate,
  30. DateTime? contractDate,
  31. Role? role,
  32. String? legalFormShort,
  33. String? legalFormFull,
  34. String? addressLegal,
  35. String? addressPostal,
  36. String? addressActual,
  37. String? INN,
  38. String? KPP,
  39. String? OGRN,
  40. List<PlaylistGetCompany>? companyTypeUsers = const [],
  41. List<UserGetPlaylist>? playlists = const [],
  42. List<UserGetFeed>? feeds = const [],
  43. List<UserGetTicket>? tickets = const [],
  44. List<UserGetPlace>? places = const [],
})

Returns a new UserGetResponse instance.

Implementation

UserGetResponse({
  this.id,
  this.name,
  this.userName,
  this.editable,
  this.phoneNumber,
  this.email,
  this.emailFinancial,
  this.imageFile,
  this.objectAddress,
  this.objectTitle,
  this.companyName,
  this.contractNumber,
  this.bankName,
  this.bankBIK,
  this.bankCorrAccount,
  this.bankPayAccount,
  this.signerFIO,
  this.signerJob,
  this.signerDoc,
  this.financeFIO,
  this.financeEmail,
  this.financePhone,
  this.edo,
  this.techFIO,
  this.techEmail,
  this.techPhone,
  this.locked,
  this.registrationDate,
  this.accessDate,
  this.contractDate,
  this.role,
  this.legalFormShort,
  this.legalFormFull,
  this.addressLegal,
  this.addressPostal,
  this.addressActual,
  this.INN,
  this.KPP,
  this.OGRN,
  this.companyTypeUsers = const [],
  this.playlists = const [],
  this.feeds = const [],
  this.tickets = const [],
  this.places = const [],
});