Keytab constructor
Keytab({
- required String? name,
- required List<
KeytabRecord> records,
Implementation
Keytab({
required this.name,
required this.records,
});