DioAltProperties.fromMap constructor

DioAltProperties.fromMap(
  1. Map<String, dynamic> map
)

Implementation

DioAltProperties.fromMap(Map<String, dynamic> map)
    : nullSafe = map['nullSafe'],
      nullSafeArrayDefault = map['nullSafeArrayDefault'],
      listAnyOf = map['listAnyOf'],
      pubspecDependencies = map['pubspecDependencies'],
      pubspecDevDependencies = map['pubspecDevDependencies'],
      super.fromMap(map);