Skip to content

feat: add fromJson constructor and toJson method #30

feat: add fromJson constructor and toJson method

feat: add fromJson constructor and toJson method #30

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dart:stable
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart pub run test