StorageOperator.fromMap constructor

StorageOperator.fromMap(dynamic map)

Implementation

StorageOperator.fromMap(map) {
  this.data = map;
}