NopDb constructor

const NopDb({
  1. List<Type> tables = const [],
})

Implementation

const NopDb({this.tables = const []});