menu
another_tcgplayer package
documentation
common/common.dart
TcgPlayerResponseDto<T>
TcgPlayerResponseDto.new constructor
TcgPlayerResponseDto.new constructor
dark_mode
light_mode
TcgPlayerResponseDto<
T
>
constructor
TcgPlayerResponseDto<
T
>
(
{
required
bool
success
,
required
List
<
String
>
errors
,
required
List
<
T
>
results
,
})
Implementation
TcgPlayerResponseDto({required this.success,required this.errors, required this.results});
another_tcgplayer package
documentation
common/common
TcgPlayerResponseDto<T>
TcgPlayerResponseDto.new constructor
TcgPlayerResponseDto class