getCurrentValue method

Danger<PropertyListValue, PropertyListValueExceptionA> getCurrentValue()

Implementation

Danger<PropertyListValue, PropertyListValueExceptionA> getCurrentValue() {

    final log = Log(classLocation: runtimeType, functionLocation: 'getCurrentValue');

    final result = value.getByLaps(laps);
    log.add(result);

    return Danger.fromDanger(result, log);

}