AFThemeID constructor

const AFThemeID(
  1. String code,
  2. AFLibraryID library
)

Implementation

const AFThemeID(
  String code,
  AFLibraryID library): super("theme", code, library);