toJson method

Map<String, dynamic> toJson()

Implementation

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