recover method

Future<BoolResult> recover([
  1. bool recoverChilds = true
])

Recover Object

Implementation

Future<BoolResult> recover([bool recoverChilds = true]) {
  final msg = 'recover method can be implemented in tables not view objects';
  throw UnimplementedError(msg);
}