BitNot.fromJson constructor

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

Implementation

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