ApplyWritesOutput.fromJson constructor

ApplyWritesOutput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ApplyWritesOutput.fromJson(Map<String, dynamic> json) =>
    _$ApplyWritesOutputFromJson(json);