menu
tom_d4rt_ast package
documentation
runtime.dart
GlobalFunctionInfo
GlobalFunctionInfo.new const constructor
GlobalFunctionInfo.new const constructor
dark_mode
light_mode
GlobalFunctionInfo
constructor
const
GlobalFunctionInfo
(
{
required
String
name
,
required
String
libraryUri
,
String
?
signature
,
})
Implementation
const GlobalFunctionInfo({ required this.name, required this.libraryUri, this.signature, });
tom_d4rt_ast package
documentation
runtime
GlobalFunctionInfo
GlobalFunctionInfo.new const constructor
GlobalFunctionInfo class