value property

Future get value

Implementation

Future<dynamic> get value async =>
    stringBusiness.decode((await _).get(_key) as String?);