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