MysqlGtidPosition.fromJson constructor

MysqlGtidPosition.fromJson(
  1. Map json_
)

Implementation

MysqlGtidPosition.fromJson(core.Map json_)
    : this(
        gtidSet: json_['gtidSet'] as core.String?,
      );