InstitutionsGetRequest constructor
      
      InstitutionsGetRequest({ 
    
    
- String? clientId,
- String? secret,
- required int count,
- required int offset,
- required List<CountryCode> countryCodes,
- InstitutionsGetRequestOptions? options,
Implementation
InstitutionsGetRequest({
  this.clientId,
  this.secret,
  required this.count,
  required this.offset,
  required this.countryCodes,
  this.options,
});