2015-02-17 08:38:54 -08:00
|
|
|
library foo;
|
|
|
|
|
2015-02-19 10:20:38 -08:00
|
|
|
const preDefinedSelector = 'soup';
|
2015-02-17 08:38:54 -08:00
|
|
|
|
|
|
|
class MyContext {
|
2015-02-19 10:20:38 -08:00
|
|
|
final String selector;
|
|
|
|
const MyContext(this.selector);
|
2015-02-17 08:38:54 -08:00
|
|
|
}
|