RALIApp constructor

const RALIApp({
  1. Key? key,
  2. required Map<String, String> env,
})

Implementation

const RALIApp({super.key, required this.env});