HoldingStatementResponse constructor
HoldingStatementResponse({
- String? status,
- String? message,
- HoldingData? data,
Implementation
HoldingStatementResponse({this.status, this.message, this.data});