RequestDidPowerUp.fromJson constructor

RequestDidPowerUp.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RequestDidPowerUp.fromJson(Map<String, dynamic> json) =>
    _$RequestDidPowerUpFromJson(json);