JwtInsertResponse constructor

JwtInsertResponse({
  1. Resources? resources,
  2. String? saveUri,
})

Implementation

JwtInsertResponse({
  this.resources,
  this.saveUri,
});