menu
another_square package
documentation
square_models.dart
BreakTypeResponse
BreakTypeResponse.new constructor
BreakTypeResponse.new constructor
dark_mode
light_mode
BreakTypeResponse
constructor
BreakTypeResponse
(
{
String
?
cursor
,
List
<
BreakType
>
?
breakTypes
,
List
<
SquareError
>
?
errors
,
BreakType
?
breakType
,
})
Implementation
BreakTypeResponse({ this.cursor, this.breakTypes, this.errors, this.breakType });
another_square package
documentation
square_models
BreakTypeResponse
BreakTypeResponse.new constructor
BreakTypeResponse class