menu
payorc_flutter_v2 package
documentation
data/models/tabby_init_response.dart
TabbyInitData
TabbyInitData.new const constructor
TabbyInitData.new const constructor
dark_mode
light_mode
TabbyInitData
constructor
const
TabbyInitData
(
{
int
?
orderId
,
String
?
mode
,
String
?
merchantCode
,
String
?
password
,
String
?
extraKey
,
})
Implementation
const TabbyInitData({ this.orderId, this.mode, this.merchantCode, this.password, this.extraKey, });
payorc_flutter_v2 package
documentation
data/models/tabby_init_response
TabbyInitData
TabbyInitData.new const constructor
TabbyInitData class