DeviceRam constructor

DeviceRam({
  1. String? maxBytes,
  2. String? minBytes,
})

Implementation

DeviceRam({this.maxBytes, this.minBytes});