toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (lastStatements != null) 'lastStatements': lastStatements!,
  if (requestOptions != null) 'requestOptions': requestOptions!,
  if (seqno != null) 'seqno': seqno!,
  if (statements != null) 'statements': statements!,
  if (transaction != null) 'transaction': transaction!,
};