AFLibraryProgrammingInterfaceID constructor

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

Implementation

const AFLibraryProgrammingInterfaceID(String code, AFLibraryID library) : super("lpi", code, library);