EmployersSearchResponse class
- Available extensions
- Annotations
- 
    - @JsonSerializable.new(explicitToJson: true)
 
Constructors
- 
          EmployersSearchResponse({required List<Employer> employers, required String requestId})
- 
          EmployersSearchResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
Methods
- 
  copyWith({List< Employer> ? employers, String? requestId}) → EmployersSearchResponse
- 
      Available on EmployersSearchResponse, provided by the $EmployersSearchResponseExtension extension 
- 
  copyWithWrapped({Wrapped< List< ? employers, Wrapped<Employer> >String> ? requestId}) → EmployersSearchResponse
- 
      Available on EmployersSearchResponse, provided by the $EmployersSearchResponseExtension 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 EmployersSearchResponse Function(Map<String, dynamic> json)
- 
    toJsonFactory
  → const Map<String, dynamic> Function(EmployersSearchResponse instance)