Accelerator.fromJson constructor
Accelerator.fromJson(
- Map json_
Implementation
Accelerator.fromJson(core.Map json_)
: this(
count: json_['count'] as core.int?,
type: json_['type'] as core.String?,
);