OfflineNameTag constructor

const OfflineNameTag(
  1. {Key? key,
  2. required String id}
)

Implementation

const OfflineNameTag({super.key, required this.id});