ewallet_list property

List<String?> ewallet_list
getter/setter pair

Implementation

static List<String?> ewallet_list =
    Channels.ewallets.map((Channels e) => e.value).toList();