AutonomousDatabaseCharacterSet.fromJson constructor

AutonomousDatabaseCharacterSet.fromJson(
  1. Map json_
)

Implementation

AutonomousDatabaseCharacterSet.fromJson(core.Map json_)
    : this(
        characterSet: json_['characterSet'] as core.String?,
        characterSetType: json_['characterSetType'] as core.String?,
        name: json_['name'] as core.String?,
      );