toMap method

Map<String, dynamic> toMap()

Returns a map of values from FvmSettings model

Implementation

Map<String, dynamic> toMap() {
  return {
    'cachePath': cachePath,
    'skipSetup': skipSetup,
    'gitCache': gitCache,
  };
}