getValorTotal method

  1. @override
double? getValorTotal()
override

Implementation

@override
double? getValorTotal() {
  return _getTotalNotaData().valorTotal;
}