AFLibraryID constructor

const AFLibraryID({
  1. required String code,
  2. required String name,
})

Implementation

const AFLibraryID({
  required String code,
  required this.name,
}) : super("lib", code, null);