AvatarModelDao constructor

AvatarModelDao([
  1. String? tableName
])

Implementation

AvatarModelDao([String? tableName]) : super(tableName ?? _tableName, 'avatar');