$Request09.fromJson constructor

$Request09.fromJson(
  1. Map json_
)

Implementation

$Request09.fromJson(core.Map json_)
    : this(
        regionCode: json_['regionCode'] as core.String?,
      );