parse abstract method

Map<String, String> parse({
  1. required Iterable<String> lines,
  2. required bool shouldWarn,
})

Parse dot env.

Implementation

Map<String, String> parse(
    {required Iterable<String> lines, required bool shouldWarn});