getTableRowFormat method
Reads the formatting properties of a table row.
Implementation
Future<TableRowFormatResponse> getTableRowFormat(
GetTableRowFormatRequest request) async {
return await _apiClient.call(request) as TableRowFormatResponse;
}