alef 0.21.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
  }) = _{{ name }};

  factory {{ name }}.fromJson(Map<String, dynamic> json) => _${{ name }}FromJson(json);
}