stock_messages_en.dart 795 Bytes
Newer Older
1 2 3 4
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a en locale. All the
// messages from the main program should be duplicated here with the same
// function name.
5

6
import 'package:intl/intl.dart';
7 8 9 10
import 'package:intl/message_lookup_by_library.dart';

final messages = new MessageLookup();

11
final _keepAnalysisHappy = Intl.defaultLocale;
12

13
class MessageLookup extends MessageLookupByLibrary {
14 15
  get localeName => 'en';

16 17 18 19 20
  final messages = _notInlinedMessages(_notInlinedMessages);
  static _notInlinedMessages(_) => {
    "market" : MessageLookupByLibrary.simpleMessage("MARKET"),
    "portfolio" : MessageLookupByLibrary.simpleMessage("PORTFOLIO"),
    "title" : MessageLookupByLibrary.simpleMessage("Stocks")
21
  };
22
}