menu
flutterchain package
documentation
flutterchain_lib/models/core/blockchain_response.dart
BlockchainResponse
BlockchainResponse.new constructor
BlockchainResponse.new constructor
dark_mode
light_mode
BlockchainResponse
constructor
BlockchainResponse
(
{
required
String
status
,
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
BlockchainResponse({ required this.status, required this.data, });
flutterchain package
documentation
flutterchain_lib/models/core/blockchain_response
BlockchainResponse
BlockchainResponse.new constructor
BlockchainResponse class