configuration property

  1. @override
Map configuration
final

A Map of application-specific data that can be accessed by any piece of code that can see this Angel instance.

Packages like package:angel_configuration populate this map for you.

Implementation

@override
final Map configuration = {};